Html Css Color HEX #AA514B Apple Blossom

📋 copy color: '#AA514B'

red 170 ◦ green 81 ◦ blue 75

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

Shades of Apple Blossom #AA514B

Tints of Apple Blossom #AA514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 52.15%
G = 24.85%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA514B (or 0xAA514B) is known color: Apple Blossom. HEX triplet: AA, 51 and 4B. RGB value is (170,81,75). Sum of RGB (Red+Green+Blue) = 170+81+75=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA514B is #55AEB4. Grayscale: #6B6B6B. Windows color (decimal): -5615285 or 4936106. OLE color: 4936106.

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

Color convert

RGB 170 81 75 -
CMYK 0 0.52 0.56 0.33
HSL 3.79º 0.39% 0.48% -
HSV(B) 3.79º 0.56% 0.67% -
XYZ 20.79 14.94 8.44 -
YUV 106.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 170 81 75 0 0.52 0.56 0.33 3.79 0.39 0.48
Hex AA 51 4B 0 34 38 21 4 27 30
Octal 252 121 113 0 64 70 41 4 47 60
Binary 10101010 1010001 1001011 0 110100 111000 100001 100 100111 110000

Color Harmonies of #AA514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA514B

Black with #AA514B

Text Example


Text Example

White with #AA514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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