Html Css Color HEX #A76C07 Golden Brown

📋 copy color: '#A76C07'

red 167 ◦ green 108 ◦ blue 7

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

Shades of Golden Brown #A76C07

Tints of Golden Brown #A76C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 59.22%
G = 38.3%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A76C07 (or 0xA76C07) is known color: Golden Brown. HEX triplet: A7, 6C and 07. RGB value is (167,108,7). Sum of RGB (Red+Green+Blue) = 167+108+7=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C07 is #5893F8. Grayscale: #727272. Windows color (decimal): -5805049 or 486567. OLE color: 486567.

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

Color convert

RGB 167 108 7 -
CMYK 0 0.35 0.96 0.35
HSL 37.88º 0.92% 0.34% -
HSV(B) 37.88º 0.96% 0.65% -
XYZ 21.34 18.96 2.74 -
YUV 114.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 167 108 7 0 0.35 0.96 0.35 37.88 0.92 0.34
Hex A7 6C 7 0 23 60 23 26 5C 22
Octal 247 154 7 0 43 140 43 46 134 42
Binary 10100111 1101100 111 0 100011 1100000 100011 100110 1011100 100010

Color Harmonies of #A76C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C07

Black with #A76C07

Text Example


Text Example

White with #A76C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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