Html Css Color HEX #AA6052 Crail

📋 copy color: '#AA6052'

red 170 ◦ green 96 ◦ blue 82

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

Shades of Crail #AA6052

Tints of Crail #AA6052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 82 (32.42% from 255) = 23.56%

R = 48.85%
G = 27.59%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA6052 (or 0xAA6052) is known color: Crail. HEX triplet: AA, 60 and 52. RGB value is (170,96,82). Sum of RGB (Red+Green+Blue) = 170+96+82=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6052 is #559FAD. Grayscale: #747474. Windows color (decimal): -5611438 or 5398698. OLE color: 5398698.

HSL color Cylindrical-coordinate representation of color #AA6052: hue angle of 9.55º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6052 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 82 -
CMYK 0 0.44 0.52 0.33
HSL 9.55º 0.35% 0.49% -
HSV(B) 9.55º 0.52% 0.67% -
XYZ 22.28 17.52 10.19 -
YUV 116.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 170 96 82 0 0.44 0.52 0.33 9.55 0.35 0.49
Hex AA 60 52 0 2C 34 21 A 23 31
Octal 252 140 122 0 54 64 41 12 43 61
Binary 10101010 1100000 1010010 0 101100 110100 100001 1010 100011 110001

Color Harmonies of #AA6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6052

Black with #AA6052

Text Example


Text Example

White with #AA6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6052; }

 p { color: rgb(170,96,82); }

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

background-color css

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

 a { background-color: rgb(170,96,82); }

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

border-color css

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

 span { border-color: rgb(170,96,82); }

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