Html Css Color HEX #AA594A Crail

📋 copy color: '#AA594A'

red 170 ◦ green 89 ◦ blue 74

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

Shades of Crail #AA594A

Tints of Crail #AA594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

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

R = 51.05%
G = 26.73%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA594A (or 0xAA594A) is known color: Crail. HEX triplet: AA, 59 and 4A. RGB value is (170,89,74). Sum of RGB (Red+Green+Blue) = 170+89+74=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA594A is #55A6B5. Grayscale: #6F6F6F. Windows color (decimal): -5613238 or 4872618. OLE color: 4872618.

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

Color convert

RGB 170 89 74 -
CMYK 0 0.48 0.56 0.33
HSL 9.38º 0.39% 0.48% -
HSV(B) 9.38º 0.56% 0.67% -
XYZ 21.39 16.19 8.48 -
YUV 111.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 170 89 74 0 0.48 0.56 0.33 9.38 0.39 0.48
Hex AA 59 4A 0 30 38 21 9 27 30
Octal 252 131 112 0 60 70 41 11 47 60
Binary 10101010 1011001 1001010 0 110000 111000 100001 1001 100111 110000

Color Harmonies of #AA594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA594A

Black with #AA594A

Text Example


Text Example

White with #AA594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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