Html Css Color HEX #A76C01 Golden Brown

📋 copy color: '#A76C01'

red 167 ◦ green 108 ◦ blue 1

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

Shades of Golden Brown #A76C01

Tints of Golden Brown #A76C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 60.51%
G = 39.13%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A76C01 (or 0xA76C01) is known color: Golden Brown. HEX triplet: A7, 6C and 01. RGB value is (167,108,1). Sum of RGB (Red+Green+Blue) = 167+108+1=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76C01 is #5893FE. Grayscale: #717171. Windows color (decimal): -5805055 or 93351. OLE color: 93351.

HSL color Cylindrical-coordinate representation of color #A76C01: hue angle of 38.67º degrees, saturation: 0.99, 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 #A76C01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 108 1 -
CMYK 0 0.35 0.99 0.35
HSL 38.67º 0.99% 0.33% -
HSV(B) 38.67º 0.99% 0.65% -
XYZ 21.3 18.94 2.56 -
YUV 113.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 167 108 1 0 0.35 0.99 0.35 38.67 0.99 0.33
Hex A7 6C 1 0 23 63 23 27 63 21
Octal 247 154 1 0 43 143 43 47 143 41
Binary 10100111 1101100 1 0 100011 1100011 100011 100111 1100011 100001

Color Harmonies of #A76C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C01

Black with #A76C01

Text Example


Text Example

White with #A76C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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