Html Css Color HEX #A76118 Golden Brown

📋 copy color: '#A76118'

red 167 ◦ green 97 ◦ blue 24

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

Shades of Golden Brown #A76118

Tints of Golden Brown #A76118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

 BLUE value IS 24 (9.77% from 255) = 8.33%

R = 57.99%
G = 33.68%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A76118 (or 0xA76118) is known color: Golden Brown. HEX triplet: A7, 61 and 18. RGB value is (167,97,24). Sum of RGB (Red+Green+Blue) = 167+97+24=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A76118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76118 is #589EE7. Grayscale: #6D6D6D. Windows color (decimal): -5807848 or 1597863. OLE color: 1597863.

HSL color Cylindrical-coordinate representation of color #A76118: hue angle of 30.63º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A76118 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 24 -
CMYK 0 0.42 0.86 0.35
HSL 30.63º 0.75% 0.37% -
HSV(B) 30.63º 0.86% 0.65% -
XYZ 20.38 16.83 3.04 -
YUV 109.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 167 97 24 0 0.42 0.86 0.35 30.63 0.75 0.37
Hex A7 61 18 0 2A 56 23 1F 4B 25
Octal 247 141 30 0 52 126 43 37 113 45
Binary 10100111 1100001 11000 0 101010 1010110 100011 11111 1001011 100101

Color Harmonies of #A76118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76118

Black with #A76118

Text Example


Text Example

White with #A76118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76118; }

 p { color: rgb(167,97,24); }

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

background-color css

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

 a { background-color: rgb(167,97,24); }

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

border-color css

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

 span { border-color: rgb(167,97,24); }

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