Html Css Color HEX #A76C04 Golden Brown

📋 copy color: '#A76C04'

red 167 ◦ green 108 ◦ blue 4

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

Shades of Golden Brown #A76C04

Tints of Golden Brown #A76C04

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 59.86%
G = 38.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A76C04 (or 0xA76C04) is known color: Golden Brown. HEX triplet: A7, 6C and 04. RGB value is (167,108,4). Sum of RGB (Red+Green+Blue) = 167+108+4=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C04 is #5893FB. Grayscale: #727272. Windows color (decimal): -5805052 or 289959. OLE color: 289959.

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

Color convert

RGB 167 108 4 -
CMYK 0 0.35 0.98 0.35
HSL 38.28º 0.95% 0.34% -
HSV(B) 38.28º 0.98% 0.65% -
XYZ 21.32 18.95 2.65 -
YUV 113.79 66.05 165.96 -
System Red Green Blue C M Y K H S L
Decimal 167 108 4 0 0.35 0.98 0.35 38.28 0.95 0.34
Hex A7 6C 4 0 23 62 23 26 5F 22
Octal 247 154 4 0 43 142 43 46 137 42
Binary 10100111 1101100 100 0 100011 1100010 100011 100110 1011111 100010

Color Harmonies of #A76C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C04

Black with #A76C04

Text Example


Text Example

White with #A76C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C04; }

 p { color: rgb(167,108,4); }

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

background-color css

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

 a { background-color: rgb(167,108,4); }

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

border-color css

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

 span { border-color: rgb(167,108,4); }

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