Html Css Color HEX #AA564E Apple Blossom

📋 copy color: '#AA564E'

red 170 ◦ green 86 ◦ blue 78

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

Shades of Apple Blossom #AA564E

Tints of Apple Blossom #AA564E

RGB

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

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

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

R = 50.9%
G = 25.75%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA564E (or 0xAA564E) is known color: Apple Blossom. HEX triplet: AA, 56 and 4E. RGB value is (170,86,78). Sum of RGB (Red+Green+Blue) = 170+86+78=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA564E is #55A9B1. Grayscale: #6E6E6E. Windows color (decimal): -5614002 or 5133994. OLE color: 5133994.

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

Color convert

RGB 170 86 78 -
CMYK 0 0.49 0.54 0.33
HSL 5.22º 0.37% 0.49% -
HSV(B) 5.22º 0.54% 0.67% -
XYZ 21.28 15.75 9.13 -
YUV 110.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 170 86 78 0 0.49 0.54 0.33 5.22 0.37 0.49
Hex AA 56 4E 0 31 36 21 5 25 31
Octal 252 126 116 0 61 66 41 5 45 61
Binary 10101010 1010110 1001110 0 110001 110110 100001 101 100101 110001

Color Harmonies of #AA564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA564E

Black with #AA564E

Text Example


Text Example

White with #AA564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA564E; }

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

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

background-color css

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

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

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

border-color css

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

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

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