Html Css Color HEX #A46959 Au Chico

📋 copy color: '#A46959'

red 164 ◦ green 105 ◦ blue 89

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

Shades of Au Chico #A46959

Tints of Au Chico #A46959

RGB

 RED value IS 164 (64.45% from 255) = 45.81%

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

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

R = 45.81%
G = 29.33%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A46959 (or 0xA46959) is known color: Au Chico. HEX triplet: A4, 69 and 59. RGB value is (164,105,89). Sum of RGB (Red+Green+Blue) = 164+105+89=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A46959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46959 is #5B96A6. Grayscale: #787878. Windows color (decimal): -6002343 or 5859748. OLE color: 5859748.

HSL color Cylindrical-coordinate representation of color #A46959: hue angle of 12.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46959 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 105 89 -
CMYK 0 0.36 0.46 0.36
HSL 12.8º 0.3% 0.5% -
HSV(B) 12.8º 0.46% 0.64% -
XYZ 22.16 18.72 11.9 -
YUV 120.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 164 105 89 0 0.36 0.46 0.36 12.8 0.3 0.5
Hex A4 69 59 0 24 2E 24 D 1E 32
Octal 244 151 131 0 44 56 44 15 36 62
Binary 10100100 1101001 1011001 0 100100 101110 100100 1101 11110 110010

Color Harmonies of #A46959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46959

Black with #A46959

Text Example


Text Example

White with #A46959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46959; }

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

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

background-color css

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

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

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

border-color css

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

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

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