Html Css Color HEX #AA554A Apple Blossom

📋 copy color: '#AA554A'

red 170 ◦ green 85 ◦ blue 74

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

Shades of Apple Blossom #AA554A

Tints of Apple Blossom #AA554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 51.67%
G = 25.84%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA554A (or 0xAA554A) is known color: Apple Blossom. HEX triplet: AA, 55 and 4A. RGB value is (170,85,74). Sum of RGB (Red+Green+Blue) = 170+85+74=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA554A is #55AAB5. Grayscale: #6D6D6D. Windows color (decimal): -5614262 or 4871594. OLE color: 4871594.

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

Color convert

RGB 170 85 74 -
CMYK 0 0.50 0.56 0.33
HSL 6.88º 0.39% 0.48% -
HSV(B) 6.88º 0.56% 0.67% -
XYZ 21.06 15.54 8.37 -
YUV 109.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 170 85 74 0 0.50 0.56 0.33 6.88 0.39 0.48
Hex AA 55 4A 0 32 38 21 7 27 30
Octal 252 125 112 0 62 70 41 7 47 60
Binary 10101010 1010101 1001010 0 110010 111000 100001 111 100111 110000

Color Harmonies of #AA554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA554A

Black with #AA554A

Text Example


Text Example

White with #AA554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA554A; }

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

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

background-color css

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

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

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

border-color css

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

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

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