Html Css Color HEX #AA564F Apple Blossom

📋 copy color: '#AA564F'

red 170 ◦ green 86 ◦ blue 79

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

Shades of Apple Blossom #AA564F

Tints of Apple Blossom #AA564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.58%

R = 50.75%
G = 25.67%
B = 23.58%

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

#AA564F (or 0xAA564F) is known color: Apple Blossom. HEX triplet: AA, 56 and 4F. RGB value is (170,86,79). Sum of RGB (Red+Green+Blue) = 170+86+79=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA564F is #55A9B0. Grayscale: #6E6E6E. Windows color (decimal): -5614001 or 5199530. OLE color: 5199530.

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

Color convert

RGB 170 86 79 -
CMYK 0 0.49 0.54 0.33
HSL 4.62º 0.37% 0.49% -
HSV(B) 4.62º 0.54% 0.67% -
XYZ 21.32 15.77 9.32 -
YUV 110.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 170 86 79 0 0.49 0.54 0.33 4.62 0.37 0.49
Hex AA 56 4F 0 31 36 21 5 25 31
Octal 252 126 117 0 61 66 41 5 45 61
Binary 10101010 1010110 1001111 0 110001 110110 100001 101 100101 110001

Color Harmonies of #AA564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA564F

Black with #AA564F

Text Example


Text Example

White with #AA564F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA564F; }

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

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

background-color css

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

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

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

border-color css

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

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

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