Html Css Color HEX #A56659 Au Chico

📋 copy color: '#A56659'

red 165 ◦ green 102 ◦ blue 89

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

Shades of Au Chico #A56659

Tints of Au Chico #A56659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.65%

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

R = 46.35%
G = 28.65%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A56659 (or 0xA56659) is known color: Au Chico. HEX triplet: A5, 66 and 59. RGB value is (165,102,89). Sum of RGB (Red+Green+Blue) = 165+102+89=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A56659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56659 is #5A99A6. Grayscale: #777777. Windows color (decimal): -5937575 or 5858981. OLE color: 5858981.

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

Color convert

RGB 165 102 89 -
CMYK 0 0.38 0.46 0.35
HSL 10.26º 0.3% 0.5% -
HSV(B) 10.26º 0.46% 0.65% -
XYZ 22.07 18.22 11.81 -
YUV 119.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 165 102 89 0 0.38 0.46 0.35 10.26 0.3 0.5
Hex A5 66 59 0 26 2E 23 A 1E 32
Octal 245 146 131 0 46 56 43 12 36 62
Binary 10100101 1100110 1011001 0 100110 101110 100011 1010 11110 110010

Color Harmonies of #A56659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56659

Black with #A56659

Text Example


Text Example

White with #A56659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56659; }

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

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

background-color css

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

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

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

border-color css

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

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

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