Html Css Color HEX #AA5251 Apple Blossom

📋 copy color: '#AA5251'

red 170 ◦ green 82 ◦ blue 81

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

Shades of Apple Blossom #AA5251

Tints of Apple Blossom #AA5251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 51.05%
G = 24.62%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AA5251 (or 0xAA5251) is known color: Apple Blossom. HEX triplet: AA, 52 and 51. RGB value is (170,82,81). Sum of RGB (Red+Green+Blue) = 170+82+81=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5251 is #55ADAE. Grayscale: #6C6C6C. Windows color (decimal): -5615023 or 5329578. OLE color: 5329578.

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

Color convert

RGB 170 82 81 -
CMYK 0 0.52 0.52 0.33
HSL 0.67º 0.35% 0.49% -
HSV(B) 0.67º 0.52% 0.67% -
XYZ 21.08 15.17 9.6 -
YUV 108.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 170 82 81 0 0.52 0.52 0.33 0.67 0.35 0.49
Hex AA 52 51 0 34 34 21 1 23 31
Octal 252 122 121 0 64 64 41 1 43 61
Binary 10101010 1010010 1010001 0 110100 110100 100001 1 100011 110001

Color Harmonies of #AA5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5251

Black with #AA5251

Text Example


Text Example

White with #AA5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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