Html Css Color HEX #A76409 Golden Brown

📋 copy color: '#A76409'

red 167 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #A76409

Tints of Golden Brown #A76409

RGB

 RED value IS 167 (65.63% from 255) = 60.51%

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

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

R = 60.51%
G = 36.23%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A76409 (or 0xA76409) is known color: Golden Brown. HEX triplet: A7, 64 and 09. RGB value is (167,100,9). Sum of RGB (Red+Green+Blue) = 167+100+9=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A76409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76409 is #589BF6. Grayscale: #6E6E6E. Windows color (decimal): -5807095 or 615591. OLE color: 615591.

HSL color Cylindrical-coordinate representation of color #A76409: hue angle of 34.56º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A76409 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 9 -
CMYK 0 0.40 0.95 0.35
HSL 34.56º 0.9% 0.35% -
HSV(B) 34.56º 0.95% 0.65% -
XYZ 20.54 17.35 2.52 -
YUV 109.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 167 100 9 0 0.40 0.95 0.35 34.56 0.9 0.35
Hex A7 64 9 0 28 5F 23 23 5A 23
Octal 247 144 11 0 50 137 43 43 132 43
Binary 10100111 1100100 1001 0 101000 1011111 100011 100011 1011010 100011

Color Harmonies of #A76409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76409

Black with #A76409

Text Example


Text Example

White with #A76409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76409; }

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

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

background-color css

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

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

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

border-color css

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

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

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