Html Css Color HEX #A76F13 Golden Brown

📋 copy color: '#A76F13'

red 167 ◦ green 111 ◦ blue 19

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

Shades of Golden Brown #A76F13

Tints of Golden Brown #A76F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 56.23%
G = 37.37%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A76F13 (or 0xA76F13) is known color: Golden Brown. HEX triplet: A7, 6F and 13. RGB value is (167,111,19). Sum of RGB (Red+Green+Blue) = 167+111+19=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A76F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76F13 is #5890EC. Grayscale: #757575. Windows color (decimal): -5804269 or 1273767. OLE color: 1273767.

HSL color Cylindrical-coordinate representation of color #A76F13: hue angle of 37.3º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A76F13 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 111 19 -
CMYK 0 0.34 0.89 0.35
HSL 37.3º 0.8% 0.36% -
HSV(B) 37.3º 0.89% 0.65% -
XYZ 21.74 19.63 3.26 -
YUV 117.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 167 111 19 0 0.34 0.89 0.35 37.3 0.8 0.36
Hex A7 6F 13 0 22 59 23 25 50 24
Octal 247 157 23 0 42 131 43 45 120 44
Binary 10100111 1101111 10011 0 100010 1011001 100011 100101 1010000 100100

Color Harmonies of #A76F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76F13

Black with #A76F13

Text Example


Text Example

White with #A76F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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