#A65E1A

Color #A65E1A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A65E1A

Tints of Golden Brown #A65E1A

Color information

#A65E1A (or 0xA65E1A) is unknown color: approx Golden Brown. HEX triplet: A6, 5E and 1A. RGB value is (166,94,26). Sum of RGB (Red+Green+Blue) = 166+94+26=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E1A is #59A1E5. Grayscale: #6C6C6C. Windows color (decimal): -5874150 or 1728166. OLE color: 1728166.

HSL color Cylindrical-coordinate representation of color #A65E1A: hue angle of 29.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A65E1A is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1669426-
CMYK00.430.840.35
HSL29.14º72.92%37.65%-
HSV(B)29.14º84.34%65.1%-
XYZ19.9216.193.05-
YUV107.7881.85169.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=58.04%
G=32.87%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166942600.430.840.3529.1472.9237.65
HexA65E1A02B54231d4926
Octal24613632053124433511146
Binary1010011010111101101001010111010100100011111011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E1A; }

 p { color: rgb(166,94,26); }

 H1.HeaderClassName
 {
   color: #A65E1A;
 }
 .AnyTagClassName
 {
   color: #A65E1A;
 }
</style>
background-color css

<style>
 a { background-color: #A65E1A; }

 a { background-color: rgb(166,94,26); }

 div.DivClassName
 {
   background-color: #A65E1A;
 }
 .BgClassName
 {
   background-color: #A65E1A;
 }
</style>
border-color css

<style>
 span { border-color: #A65E1A; }

 span { border-color: rgb(166,94,26); }

 td.TdClassName
 {
   border-color: #A65E1A;
 }
 .TagClassName
 {
   border-color: #A65E1A;
 }
</style>