Html Css Color HEX #AA6257 Au Chico

📋 copy color: '#AA6257'

red 170 ◦ green 98 ◦ blue 87

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

Shades of Au Chico #AA6257

Tints of Au Chico #AA6257

RGB

 RED value IS 170 (66.8% from 255) = 47.89%

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

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 47.89%
G = 27.61%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA6257 (or 0xAA6257) is known color: Au Chico. HEX triplet: AA, 62 and 57. RGB value is (170,98,87). Sum of RGB (Red+Green+Blue) = 170+98+87=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6257 is #559DA8. Grayscale: #767676. Windows color (decimal): -5610921 or 5726890. OLE color: 5726890.

HSL color Cylindrical-coordinate representation of color #AA6257: hue angle of 7.95º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6257 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 98 87 -
CMYK 0 0.42 0.49 0.33
HSL 7.95º 0.33% 0.5% -
HSV(B) 7.95º 0.49% 0.67% -
XYZ 22.67 17.97 11.29 -
YUV 118.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 170 98 87 0 0.42 0.49 0.33 7.95 0.33 0.5
Hex AA 62 57 0 2A 31 21 8 21 32
Octal 252 142 127 0 52 61 41 10 41 62
Binary 10101010 1100010 1010111 0 101010 110001 100001 1000 100001 110010

Color Harmonies of #AA6257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6257

Black with #AA6257

Text Example


Text Example

White with #AA6257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6257; }

 p { color: rgb(170,98,87); }

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

background-color css

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

 a { background-color: rgb(170,98,87); }

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

border-color css

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

 span { border-color: rgb(170,98,87); }

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