Html Css Color HEX #A76959 Au Chico

📋 copy color: '#A76959'

red 167 ◦ green 105 ◦ blue 89

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

Shades of Au Chico #A76959

Tints of Au Chico #A76959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 46.26%
G = 29.09%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A76959 (or 0xA76959) is known color: Au Chico. HEX triplet: A7, 69 and 59. RGB value is (167,105,89). Sum of RGB (Red+Green+Blue) = 167+105+89=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A76959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76959 is #5896A6. Grayscale: #797979. Windows color (decimal): -5805735 or 5859751. OLE color: 5859751.

HSL color Cylindrical-coordinate representation of color #A76959: hue angle of 12.31º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76959 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 89 -
CMYK 0 0.37 0.47 0.35
HSL 12.31º 0.31% 0.5% -
HSV(B) 12.31º 0.47% 0.65% -
XYZ 22.79 19.04 11.93 -
YUV 121.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 167 105 89 0 0.37 0.47 0.35 12.31 0.31 0.5
Hex A7 69 59 0 25 2F 23 C 1F 32
Octal 247 151 131 0 45 57 43 14 37 62
Binary 10100111 1101001 1011001 0 100101 101111 100011 1100 11111 110010

Color Harmonies of #A76959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76959

Black with #A76959

Text Example


Text Example

White with #A76959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76959; }

 p { color: rgb(167,105,89); }

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

background-color css

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

 a { background-color: rgb(167,105,89); }

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

border-color css

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

 span { border-color: rgb(167,105,89); }

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