Html Css Color HEX #AA5652 Apple Blossom

📋 copy color: '#AA5652'

red 170 ◦ green 86 ◦ blue 82

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

Shades of Apple Blossom #AA5652

Tints of Apple Blossom #AA5652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

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

R = 50.3%
G = 25.44%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA5652 (or 0xAA5652) is known color: Apple Blossom. HEX triplet: AA, 56 and 52. RGB value is (170,86,82). Sum of RGB (Red+Green+Blue) = 170+86+82=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5652 is #55A9AD. Grayscale: #6E6E6E. Windows color (decimal): -5613998 or 5396138. OLE color: 5396138.

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

Color convert

RGB 170 86 82 -
CMYK 0 0.49 0.52 0.33
HSL 2.73º 0.35% 0.49% -
HSV(B) 2.73º 0.52% 0.67% -
XYZ 21.43 15.81 9.91 -
YUV 110.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 170 86 82 0 0.49 0.52 0.33 2.73 0.35 0.49
Hex AA 56 52 0 31 34 21 3 23 31
Octal 252 126 122 0 61 64 41 3 43 61
Binary 10101010 1010110 1010010 0 110001 110100 100001 11 100011 110001

Color Harmonies of #AA5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5652

Black with #AA5652

Text Example


Text Example

White with #AA5652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5652; }

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

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

background-color css

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

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

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

border-color css

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

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

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