Html Css Color HEX #AA554E Apple Blossom

📋 copy color: '#AA554E'

red 170 ◦ green 85 ◦ blue 78

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

Shades of Apple Blossom #AA554E

Tints of Apple Blossom #AA554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.53%

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 51.05%
G = 25.53%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA554E (or 0xAA554E) is known color: Apple Blossom. HEX triplet: AA, 55 and 4E. RGB value is (170,85,78). Sum of RGB (Red+Green+Blue) = 170+85+78=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA554E is #55AAB1. Grayscale: #6D6D6D. Windows color (decimal): -5614258 or 5133738. OLE color: 5133738.

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

Color convert

RGB 170 85 78 -
CMYK 0 0.50 0.54 0.33
HSL 4.57º 0.37% 0.49% -
HSV(B) 4.57º 0.54% 0.67% -
XYZ 21.2 15.59 9.1 -
YUV 109.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 170 85 78 0 0.50 0.54 0.33 4.57 0.37 0.49
Hex AA 55 4E 0 32 36 21 5 25 31
Octal 252 125 116 0 62 66 41 5 45 61
Binary 10101010 1010101 1001110 0 110010 110110 100001 101 100101 110001

Color Harmonies of #AA554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA554E

Black with #AA554E

Text Example


Text Example

White with #AA554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA554E; }

 p { color: rgb(170,85,78); }

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

background-color css

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

 a { background-color: rgb(170,85,78); }

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

border-color css

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

 span { border-color: rgb(170,85,78); }

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