Html Css Color HEX #AA594C Crail

📋 copy color: '#AA594C'

red 170 ◦ green 89 ◦ blue 76

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

Shades of Crail #AA594C

Tints of Crail #AA594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 50.75%
G = 26.57%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA594C (or 0xAA594C) is known color: Crail. HEX triplet: AA, 59 and 4C. RGB value is (170,89,76). Sum of RGB (Red+Green+Blue) = 170+89+76=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA594C is #55A6B3. Grayscale: #6F6F6F. Windows color (decimal): -5613236 or 5003690. OLE color: 5003690.

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

Color convert

RGB 170 89 76 -
CMYK 0 0.48 0.55 0.33
HSL 8.3º 0.38% 0.48% -
HSV(B) 8.3º 0.55% 0.67% -
XYZ 21.45 16.21 8.84 -
YUV 111.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 170 89 76 0 0.48 0.55 0.33 8.3 0.38 0.48
Hex AA 59 4C 0 30 37 21 8 26 30
Octal 252 131 114 0 60 67 41 10 46 60
Binary 10101010 1011001 1001100 0 110000 110111 100001 1000 100110 110000

Color Harmonies of #AA594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA594C

Black with #AA594C

Text Example


Text Example

White with #AA594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA594C; }

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

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

background-color css

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

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

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

border-color css

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

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

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