Html Css Color HEX #AA5452 Apple Blossom

📋 copy color: '#AA5452'

red 170 ◦ green 84 ◦ blue 82

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

Shades of Apple Blossom #AA5452

Tints of Apple Blossom #AA5452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

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

R = 50.6%
G = 25%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA5452 (or 0xAA5452) is known color: Apple Blossom. HEX triplet: AA, 54 and 52. RGB value is (170,84,82). Sum of RGB (Red+Green+Blue) = 170+84+82=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5452 is #55ABAD. Grayscale: #6D6D6D. Windows color (decimal): -5614510 or 5395626. OLE color: 5395626.

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

Color convert

RGB 170 84 82 -
CMYK 0 0.51 0.52 0.33
HSL 1.36º 0.35% 0.49% -
HSV(B) 1.36º 0.52% 0.67% -
XYZ 21.27 15.5 9.85 -
YUV 109.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 170 84 82 0 0.51 0.52 0.33 1.36 0.35 0.49
Hex AA 54 52 0 33 34 21 1 23 31
Octal 252 124 122 0 63 64 41 1 43 61
Binary 10101010 1010100 1010010 0 110011 110100 100001 1 100011 110001

Color Harmonies of #AA5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5452

Black with #AA5452

Text Example


Text Example

White with #AA5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5452; }

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

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

background-color css

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

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

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

border-color css

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

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

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