Html Css Color HEX #A46009 Golden Brown

📋 copy color: '#A46009'

red 164 ◦ green 96 ◦ blue 9

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

Shades of Golden Brown #A46009

Tints of Golden Brown #A46009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

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

R = 60.97%
G = 35.69%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A46009 (or 0xA46009) is known color: Golden Brown. HEX triplet: A4, 60 and 09. RGB value is (164,96,9). Sum of RGB (Red+Green+Blue) = 164+96+9=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A46009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46009 is #5B9FF6. Grayscale: #6A6A6A. Windows color (decimal): -6004727 or 614564. OLE color: 614564.

HSL color Cylindrical-coordinate representation of color #A46009: hue angle of 33.68º 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 #A46009 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 9 -
CMYK 0 0.41 0.95 0.36
HSL 33.68º 0.9% 0.34% -
HSV(B) 33.68º 0.95% 0.64% -
XYZ 19.54 16.28 2.37 -
YUV 106.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 164 96 9 0 0.41 0.95 0.36 33.68 0.9 0.34
Hex A4 60 9 0 29 5F 24 22 5A 22
Octal 244 140 11 0 51 137 44 42 132 42
Binary 10100100 1100000 1001 0 101001 1011111 100100 100010 1011010 100010

Color Harmonies of #A46009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46009

Black with #A46009

Text Example


Text Example

White with #A46009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46009; }

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

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

background-color css

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

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

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

border-color css

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

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

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