Html Css Color HEX #AA6154 Au Chico

📋 copy color: '#AA6154'

red 170 ◦ green 97 ◦ blue 84

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

Shades of Au Chico #AA6154

Tints of Au Chico #AA6154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 48.43%
G = 27.64%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA6154 (or 0xAA6154) is known color: Au Chico. HEX triplet: AA, 61 and 54. RGB value is (170,97,84). Sum of RGB (Red+Green+Blue) = 170+97+84=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6154 is #559EAB. Grayscale: #757575. Windows color (decimal): -5611180 or 5530026. OLE color: 5530026.

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

Color convert

RGB 170 97 84 -
CMYK 0 0.43 0.51 0.33
HSL 9.07º 0.34% 0.5% -
HSV(B) 9.07º 0.51% 0.67% -
XYZ 22.45 17.74 10.63 -
YUV 117.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 170 97 84 0 0.43 0.51 0.33 9.07 0.34 0.5
Hex AA 61 54 0 2B 33 21 9 22 32
Octal 252 141 124 0 53 63 41 11 42 62
Binary 10101010 1100001 1010100 0 101011 110011 100001 1001 100010 110010

Color Harmonies of #AA6154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6154

Black with #AA6154

Text Example


Text Example

White with #AA6154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6154; }

 p { color: rgb(170,97,84); }

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

background-color css

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

 a { background-color: rgb(170,97,84); }

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

border-color css

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

 span { border-color: rgb(170,97,84); }

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