Html Css Color HEX #AA625B Au Chico

📋 copy color: '#AA625B'

red 170 ◦ green 98 ◦ blue 91

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

Shades of Au Chico #AA625B

Tints of Au Chico #AA625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 47.35%
G = 27.3%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA625B (or 0xAA625B) is known color: Au Chico. HEX triplet: AA, 62 and 5B. RGB value is (170,98,91). Sum of RGB (Red+Green+Blue) = 170+98+91=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA625B is #559DA4. Grayscale: #767676. Windows color (decimal): -5610917 or 5989034. OLE color: 5989034.

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

Color convert

RGB 170 98 91 -
CMYK 0 0.42 0.46 0.33
HSL 5.32º 0.32% 0.51% -
HSV(B) 5.32º 0.46% 0.67% -
XYZ 22.83 18.04 12.18 -
YUV 118.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 170 98 91 0 0.42 0.46 0.33 5.32 0.32 0.51
Hex AA 62 5B 0 2A 2E 21 5 20 33
Octal 252 142 133 0 52 56 41 5 40 63
Binary 10101010 1100010 1011011 0 101010 101110 100001 101 100000 110011

Color Harmonies of #AA625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA625B

Black with #AA625B

Text Example


Text Example

White with #AA625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA625B; }

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

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

background-color css

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

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

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

border-color css

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

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

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