Html Css Color HEX #AA594B Crail

📋 copy color: '#AA594B'

red 170 ◦ green 89 ◦ blue 75

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

Shades of Crail #AA594B

Tints of Crail #AA594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 50.9%
G = 26.65%
B = 22.46%

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

#AA594B (or 0xAA594B) is known color: Crail. HEX triplet: AA, 59 and 4B. RGB value is (170,89,75). Sum of RGB (Red+Green+Blue) = 170+89+75=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA594B is #55A6B4. Grayscale: #6F6F6F. Windows color (decimal): -5613237 or 4938154. OLE color: 4938154.

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

Color convert

RGB 170 89 75 -
CMYK 0 0.48 0.56 0.33
HSL 8.84º 0.39% 0.48% -
HSV(B) 8.84º 0.56% 0.67% -
XYZ 21.42 16.2 8.65 -
YUV 111.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 170 89 75 0 0.48 0.56 0.33 8.84 0.39 0.48
Hex AA 59 4B 0 30 38 21 9 27 30
Octal 252 131 113 0 60 70 41 11 47 60
Binary 10101010 1011001 1001011 0 110000 111000 100001 1001 100111 110000

Color Harmonies of #AA594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA594B

Black with #AA594B

Text Example


Text Example

White with #AA594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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