Html Css Color HEX #A76C03 Golden Brown

📋 copy color: '#A76C03'

red 167 ◦ green 108 ◦ blue 3

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

Shades of Golden Brown #A76C03

Tints of Golden Brown #A76C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 60.07%
G = 38.85%
B = 1.08%

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

#A76C03 (or 0xA76C03) is known color: Golden Brown. HEX triplet: A7, 6C and 03. RGB value is (167,108,3). Sum of RGB (Red+Green+Blue) = 167+108+3=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C03 is #5893FC. Grayscale: #727272. Windows color (decimal): -5805053 or 224423. OLE color: 224423.

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

Color convert

RGB 167 108 3 -
CMYK 0 0.35 0.98 0.35
HSL 38.41º 0.96% 0.33% -
HSV(B) 38.41º 0.98% 0.65% -
XYZ 21.32 18.95 2.62 -
YUV 113.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 167 108 3 0 0.35 0.98 0.35 38.41 0.96 0.33
Hex A7 6C 3 0 23 62 23 26 60 21
Octal 247 154 3 0 43 142 43 46 140 41
Binary 10100111 1101100 11 0 100011 1100010 100011 100110 1100000 100001

Color Harmonies of #A76C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C03

Black with #A76C03

Text Example


Text Example

White with #A76C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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