Html Css Color HEX #A46409 Golden Brown

📋 copy color: '#A46409'

red 164 ◦ green 100 ◦ blue 9

#A46409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A46409

Tints of Golden Brown #A46409

RGB

 RED value IS 164 (64.45% from 255) = 60.07%

 GREEN value IS 100 (39.45% from 255) = 36.63%

 BLUE value IS 9 (3.91% from 255) = 3.3%

R = 60.07%
G = 36.63%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A46409 (or 0xA46409) is known color: Golden Brown. HEX triplet: A4, 64 and 09. RGB value is (164,100,9). Sum of RGB (Red+Green+Blue) = 164+100+9=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A46409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46409 is #5B9BF6. Grayscale: #6D6D6D. Windows color (decimal): -6003703 or 615588. OLE color: 615588.

HSL color Cylindrical-coordinate representation of color #A46409: hue angle of 35.23º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A46409 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 9 -
CMYK 0 0.39 0.95 0.36
HSL 35.23º 0.9% 0.34% -
HSV(B) 35.23º 0.95% 0.64% -
XYZ 19.92 17.03 2.5 -
YUV 108.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 164 100 9 0 0.39 0.95 0.36 35.23 0.9 0.34
Hex A4 64 9 0 27 5F 24 23 5A 22
Octal 244 144 11 0 47 137 44 43 132 42
Binary 10100100 1100100 1001 0 100111 1011111 100100 100011 1011010 100010

Color Harmonies of #A46409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46409

Black with #A46409

Text Example


Text Example

White with #A46409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46409; }

 p { color: rgb(164,100,9); }

 H1.HeaderClassName
 {
   color: #A46409;
 }
 .AnyTagClassName
 {
   color: #A46409;
 }
</style>

background-color css

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

 a { background-color: rgb(164,100,9); }

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

border-color css

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

 span { border-color: rgb(164,100,9); }

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