Html Css Color HEX #A56259 Au Chico

📋 copy color: '#A56259'

red 165 ◦ green 98 ◦ blue 89

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

Shades of Au Chico #A56259

Tints of Au Chico #A56259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.84%

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

R = 46.88%
G = 27.84%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A56259 (or 0xA56259) is known color: Au Chico. HEX triplet: A5, 62 and 59. RGB value is (165,98,89). Sum of RGB (Red+Green+Blue) = 165+98+89=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A56259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56259 is #5A9DA6. Grayscale: #757575. Windows color (decimal): -5938599 or 5857957. OLE color: 5857957.

HSL color Cylindrical-coordinate representation of color #A56259: hue angle of 7.11º 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 #A56259 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 98 89 -
CMYK 0 0.41 0.46 0.35
HSL 7.11º 0.3% 0.5% -
HSV(B) 7.11º 0.46% 0.65% -
XYZ 21.69 17.46 11.68 -
YUV 117.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 165 98 89 0 0.41 0.46 0.35 7.11 0.3 0.5
Hex A5 62 59 0 29 2E 23 7 1E 32
Octal 245 142 131 0 51 56 43 7 36 62
Binary 10100101 1100010 1011001 0 101001 101110 100011 111 11110 110010

Color Harmonies of #A56259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56259

Black with #A56259

Text Example


Text Example

White with #A56259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56259; }

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

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

background-color css

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

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

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

border-color css

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

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

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