Html Css Color HEX #A76F17 Golden Brown

📋 copy color: '#A76F17'

red 167 ◦ green 111 ◦ blue 23

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

Shades of Golden Brown #A76F17

Tints of Golden Brown #A76F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 55.48%
G = 36.88%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A76F17 (or 0xA76F17) is known color: Golden Brown. HEX triplet: A7, 6F and 17. RGB value is (167,111,23). Sum of RGB (Red+Green+Blue) = 167+111+23=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F17 is #5890E8. Grayscale: #767676. Windows color (decimal): -5804265 or 1535911. OLE color: 1535911.

HSL color Cylindrical-coordinate representation of color #A76F17: hue angle of 36.67º degrees, saturation: 0.76, 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 #A76F17 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 111 23 -
CMYK 0 0.34 0.86 0.35
HSL 36.67º 0.76% 0.37% -
HSV(B) 36.67º 0.86% 0.65% -
XYZ 21.78 19.65 3.46 -
YUV 117.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 167 111 23 0 0.34 0.86 0.35 36.67 0.76 0.37
Hex A7 6F 17 0 22 56 23 25 4C 25
Octal 247 157 27 0 42 126 43 45 114 45
Binary 10100111 1101111 10111 0 100010 1010110 100011 100101 1001100 100101

Color Harmonies of #A76F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F17

Black with #A76F17

Text Example


Text Example

White with #A76F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F17; }

 p { color: rgb(167,111,23); }

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

background-color css

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

 a { background-color: rgb(167,111,23); }

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

border-color css

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

 span { border-color: rgb(167,111,23); }

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