Html Css Color HEX #A76A03 Golden Brown

📋 copy color: '#A76A03'

red 167 ◦ green 106 ◦ blue 3

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

Shades of Golden Brown #A76A03

Tints of Golden Brown #A76A03

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 60.51%
G = 38.41%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A76A03 (or 0xA76A03) is known color: Golden Brown. HEX triplet: A7, 6A and 03. RGB value is (167,106,3). Sum of RGB (Red+Green+Blue) = 167+106+3=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A76A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76A03 is #5895FC. Grayscale: #707070. Windows color (decimal): -5805565 or 223911. OLE color: 223911.

HSL color Cylindrical-coordinate representation of color #A76A03: hue angle of 37.68º 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 #A76A03 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 106 3 -
CMYK 0 0.37 0.98 0.35
HSL 37.68º 0.96% 0.33% -
HSV(B) 37.68º 0.98% 0.65% -
XYZ 21.11 18.53 2.55 -
YUV 112.5 66.21 166.88 -
System Red Green Blue C M Y K H S L
Decimal 167 106 3 0 0.37 0.98 0.35 37.68 0.96 0.33
Hex A7 6A 3 0 25 62 23 26 60 21
Octal 247 152 3 0 45 142 43 46 140 41
Binary 10100111 1101010 11 0 100101 1100010 100011 100110 1100000 100001

Color Harmonies of #A76A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76A03

Black with #A76A03

Text Example


Text Example

White with #A76A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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