Html Css Color HEX #AA5145 Apple Blossom

📋 copy color: '#AA5145'

red 170 ◦ green 81 ◦ blue 69

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

Shades of Apple Blossom #AA5145

Tints of Apple Blossom #AA5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 53.13%
G = 25.31%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA5145 (or 0xAA5145) is known color: Apple Blossom. HEX triplet: AA, 51 and 45. RGB value is (170,81,69). Sum of RGB (Red+Green+Blue) = 170+81+69=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5145 is #55AEBA. Grayscale: #6A6A6A. Windows color (decimal): -5615291 or 4542890. OLE color: 4542890.

HSL color Cylindrical-coordinate representation of color #AA5145: hue angle of 7.13º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5145 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 81 69 -
CMYK 0 0.52 0.59 0.33
HSL 7.13º 0.42% 0.47% -
HSV(B) 7.13º 0.59% 0.67% -
XYZ 20.59 14.86 7.41 -
YUV 106.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 170 81 69 0 0.52 0.59 0.33 7.13 0.42 0.47
Hex AA 51 45 0 34 3B 21 7 2A 2F
Octal 252 121 105 0 64 73 41 7 52 57
Binary 10101010 1010001 1000101 0 110100 111011 100001 111 101010 101111

Color Harmonies of #AA5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5145

Black with #AA5145

Text Example


Text Example

White with #AA5145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5145; }

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

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

background-color css

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

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

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

border-color css

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

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

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