Html Css Color HEX #AA635A Au Chico

📋 copy color: '#AA635A'

red 170 ◦ green 99 ◦ blue 90

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

Shades of Au Chico #AA635A

Tints of Au Chico #AA635A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

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

R = 47.35%
G = 27.58%
B = 25.07%

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

#AA635A (or 0xAA635A) is known color: Au Chico. HEX triplet: AA, 63 and 5A. RGB value is (170,99,90). Sum of RGB (Red+Green+Blue) = 170+99+90=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA635A is #559CA5. Grayscale: #777777. Windows color (decimal): -5610662 or 5923754. OLE color: 5923754.

HSL color Cylindrical-coordinate representation of color #AA635A: hue angle of 6.75º 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 #AA635A is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 99 90 -
CMYK 0 0.42 0.47 0.33
HSL 6.75º 0.32% 0.51% -
HSV(B) 6.75º 0.47% 0.67% -
XYZ 22.88 18.21 11.98 -
YUV 119.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 170 99 90 0 0.42 0.47 0.33 6.75 0.32 0.51
Hex AA 63 5A 0 2A 2F 21 7 20 33
Octal 252 143 132 0 52 57 41 7 40 63
Binary 10101010 1100011 1011010 0 101010 101111 100001 111 100000 110011

Color Harmonies of #AA635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA635A

Black with #AA635A

Text Example


Text Example

White with #AA635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA635A; }

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

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

background-color css

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

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

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

border-color css

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

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

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