Html Css Color HEX #AA5A4A Crail

📋 copy color: '#AA5A4A'

red 170 ◦ green 90 ◦ blue 74

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

Shades of Crail #AA5A4A

Tints of Crail #AA5A4A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 50.9%
G = 26.95%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA5A4A (or 0xAA5A4A) is known color: Crail. HEX triplet: AA, 5A and 4A. RGB value is (170,90,74). Sum of RGB (Red+Green+Blue) = 170+90+74=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A4A is #55A5B5. Grayscale: #707070. Windows color (decimal): -5612982 or 4872874. OLE color: 4872874.

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

Color convert

RGB 170 90 74 -
CMYK 0 0.47 0.56 0.33
HSL 10º 0.39% 0.48% -
HSV(B) 10º 0.56% 0.67% -
XYZ 21.47 16.35 8.5 -
YUV 112.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 170 90 74 0 0.47 0.56 0.33 10 0.39 0.48
Hex AA 5A 4A 0 2F 38 21 A 27 30
Octal 252 132 112 0 57 70 41 12 47 60
Binary 10101010 1011010 1001010 0 101111 111000 100001 1010 100111 110000

Color Harmonies of #AA5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A4A

Black with #AA5A4A

Text Example


Text Example

White with #AA5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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