Html Css Color HEX #A77105 Golden Brown

📋 copy color: '#A77105'

red 167 ◦ green 113 ◦ blue 5

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

Shades of Golden Brown #A77105

Tints of Golden Brown #A77105

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 58.6%
G = 39.65%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A77105 (or 0xA77105) is known color: Golden Brown. HEX triplet: A7, 71 and 05. RGB value is (167,113,5). Sum of RGB (Red+Green+Blue) = 167+113+5=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A77105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A77105 is #588EFA. Grayscale: #757575. Windows color (decimal): -5803771 or 356775. OLE color: 356775.

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

Color convert

RGB 167 113 5 -
CMYK 0 0.32 0.97 0.35
HSL 40º 0.94% 0.34% -
HSV(B) 40º 0.97% 0.65% -
XYZ 21.87 20.04 2.86 -
YUV 116.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 167 113 5 0 0.32 0.97 0.35 40 0.94 0.34
Hex A7 71 5 0 20 61 23 28 5E 22
Octal 247 161 5 0 40 141 43 50 136 42
Binary 10100111 1110001 101 0 100000 1100001 100011 101000 1011110 100010

Color Harmonies of #A77105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77105

Black with #A77105

Text Example


Text Example

White with #A77105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77105; }

 p { color: rgb(167,113,5); }

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

background-color css

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

 a { background-color: rgb(167,113,5); }

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

border-color css

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

 span { border-color: rgb(167,113,5); }

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