Html Css Color HEX #A76702 Golden Brown

📋 copy color: '#A76702'

red 167 ◦ green 103 ◦ blue 2

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

Shades of Golden Brown #A76702

Tints of Golden Brown #A76702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 61.4%
G = 37.87%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A76702 (or 0xA76702) is known color: Golden Brown. HEX triplet: A7, 67 and 02. RGB value is (167,103,2). Sum of RGB (Red+Green+Blue) = 167+103+2=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A76702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76702 is #5898FD. Grayscale: #6F6F6F. Windows color (decimal): -5806334 or 157607. OLE color: 157607.

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

Color convert

RGB 167 103 2 -
CMYK 0 0.38 0.99 0.35
HSL 36.73º 0.98% 0.33% -
HSV(B) 36.73º 0.99% 0.65% -
XYZ 20.8 17.92 2.42 -
YUV 110.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 167 103 2 0 0.38 0.99 0.35 36.73 0.98 0.33
Hex A7 67 2 0 26 63 23 25 62 21
Octal 247 147 2 0 46 143 43 45 142 41
Binary 10100111 1100111 10 0 100110 1100011 100011 100101 1100010 100001

Color Harmonies of #A76702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76702

Black with #A76702

Text Example


Text Example

White with #A76702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76702; }

 p { color: rgb(167,103,2); }

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

background-color css

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

 a { background-color: rgb(167,103,2); }

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

border-color css

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

 span { border-color: rgb(167,103,2); }

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