Html Css Color HEX #AA574A Crail

📋 copy color: '#AA574A'

red 170 ◦ green 87 ◦ blue 74

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

Shades of Crail #AA574A

Tints of Crail #AA574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

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

R = 51.36%
G = 26.28%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA574A (or 0xAA574A) is known color: Crail. HEX triplet: AA, 57 and 4A. RGB value is (170,87,74). Sum of RGB (Red+Green+Blue) = 170+87+74=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA574A is #55A8B5. Grayscale: #6E6E6E. Windows color (decimal): -5613750 or 4872106. OLE color: 4872106.

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

Color convert

RGB 170 87 74 -
CMYK 0 0.49 0.56 0.33
HSL 8.13º 0.39% 0.48% -
HSV(B) 8.13º 0.56% 0.67% -
XYZ 21.22 15.86 8.42 -
YUV 110.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 170 87 74 0 0.49 0.56 0.33 8.13 0.39 0.48
Hex AA 57 4A 0 31 38 21 8 27 30
Octal 252 127 112 0 61 70 41 10 47 60
Binary 10101010 1010111 1001010 0 110001 111000 100001 1000 100111 110000

Color Harmonies of #AA574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA574A

Black with #AA574A

Text Example


Text Example

White with #AA574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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