Html Css Color HEX #A56059 Au Chico

📋 copy color: '#A56059'

red 165 ◦ green 96 ◦ blue 89

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

Shades of Au Chico #A56059

Tints of Au Chico #A56059

RGB

 RED value IS 165 (64.84% from 255) = 47.14%

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 47.14%
G = 27.43%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A56059 (or 0xA56059) is known color: Au Chico. HEX triplet: A5, 60 and 59. RGB value is (165,96,89). Sum of RGB (Red+Green+Blue) = 165+96+89=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A56059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56059 is #5A9FA6. Grayscale: #737373. Windows color (decimal): -5939111 or 5857445. OLE color: 5857445.

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

Color convert

RGB 165 96 89 -
CMYK 0 0.42 0.46 0.35
HSL 5.53º 0.3% 0.5% -
HSV(B) 5.53º 0.46% 0.65% -
XYZ 21.5 17.09 11.62 -
YUV 115.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 165 96 89 0 0.42 0.46 0.35 5.53 0.3 0.5
Hex A5 60 59 0 2A 2E 23 6 1E 32
Octal 245 140 131 0 52 56 43 6 36 62
Binary 10100101 1100000 1011001 0 101010 101110 100011 110 11110 110010

Color Harmonies of #A56059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56059

Black with #A56059

Text Example


Text Example

White with #A56059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56059; }

 p { color: rgb(165,96,89); }

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

background-color css

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

 a { background-color: rgb(165,96,89); }

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

border-color css

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

 span { border-color: rgb(165,96,89); }

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