Html Css Color HEX #AA625A Au Chico

📋 copy color: '#AA625A'

red 170 ◦ green 98 ◦ blue 90

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

Shades of Au Chico #AA625A

Tints of Au Chico #AA625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.14%

R = 47.49%
G = 27.37%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA625A (or 0xAA625A) is known color: Au Chico. HEX triplet: AA, 62 and 5A. RGB value is (170,98,90). Sum of RGB (Red+Green+Blue) = 170+98+90=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA625A is #559DA5. Grayscale: #767676. Windows color (decimal): -5610918 or 5923498. OLE color: 5923498.

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

Color convert

RGB 170 98 90 -
CMYK 0 0.42 0.47 0.33
HSL 0.32% 0.51% -
HSV(B) 0.47% 0.67% -
XYZ 22.79 18.02 11.95 -
YUV 118.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 170 98 90 0 0.42 0.47 0.33 6 0.32 0.51
Hex AA 62 5A 0 2A 2F 21 6 20 33
Octal 252 142 132 0 52 57 41 6 40 63
Binary 10101010 1100010 1011010 0 101010 101111 100001 110 100000 110011

Color Harmonies of #AA625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA625A

Black with #AA625A

Text Example


Text Example

White with #AA625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA625A; }

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

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

background-color css

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

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

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

border-color css

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

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

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