Html Css Color HEX #AA514F Apple Blossom

📋 copy color: '#AA514F'

red 170 ◦ green 81 ◦ blue 79

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

Shades of Apple Blossom #AA514F

Tints of Apple Blossom #AA514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 51.52%
G = 24.55%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AA514F (or 0xAA514F) is known color: Apple Blossom. HEX triplet: AA, 51 and 4F. RGB value is (170,81,79). Sum of RGB (Red+Green+Blue) = 170+81+79=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA514F is #55AEB0. Grayscale: #6B6B6B. Windows color (decimal): -5615281 or 5198250. OLE color: 5198250.

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

Color convert

RGB 170 81 79 -
CMYK 0 0.52 0.54 0.33
HSL 1.32º 0.37% 0.49% -
HSV(B) 1.32º 0.54% 0.67% -
XYZ 20.93 15 9.19 -
YUV 107.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 170 81 79 0 0.52 0.54 0.33 1.32 0.37 0.49
Hex AA 51 4F 0 34 36 21 1 25 31
Octal 252 121 117 0 64 66 41 1 45 61
Binary 10101010 1010001 1001111 0 110100 110110 100001 1 100101 110001

Color Harmonies of #AA514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA514F

Black with #AA514F

Text Example


Text Example

White with #AA514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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