Html Css Color HEX #A76610 Golden Brown

📋 copy color: '#A76610'

red 167 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #A76610

Tints of Golden Brown #A76610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 58.6%
G = 35.79%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A76610 (or 0xA76610) is known color: Golden Brown. HEX triplet: A7, 66 and 10. RGB value is (167,102,16). Sum of RGB (Red+Green+Blue) = 167+102+16=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A76610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76610 is #5899EF. Grayscale: #707070. Windows color (decimal): -5806576 or 1074855. OLE color: 1074855.

HSL color Cylindrical-coordinate representation of color #A76610: hue angle of 34.17º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A76610 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 102 16 -
CMYK 0 0.39 0.90 0.35
HSL 34.17º 0.83% 0.36% -
HSV(B) 34.17º 0.9% 0.65% -
XYZ 20.78 17.76 2.82 -
YUV 111.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 167 102 16 0 0.39 0.90 0.35 34.17 0.83 0.36
Hex A7 66 10 0 27 5A 23 22 53 24
Octal 247 146 20 0 47 132 43 42 123 44
Binary 10100111 1100110 10000 0 100111 1011010 100011 100010 1010011 100100

Color Harmonies of #A76610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76610

Black with #A76610

Text Example


Text Example

White with #A76610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76610; }

 p { color: rgb(167,102,16); }

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

background-color css

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

 a { background-color: rgb(167,102,16); }

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

border-color css

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

 span { border-color: rgb(167,102,16); }

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