Html Css Color HEX #AA5045 Apple Blossom

📋 copy color: '#AA5045'

red 170 ◦ green 80 ◦ blue 69

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

Shades of Apple Blossom #AA5045

Tints of Apple Blossom #AA5045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 53.29%
G = 25.08%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA5045 (or 0xAA5045) is known color: Apple Blossom. HEX triplet: AA, 50 and 45. RGB value is (170,80,69). Sum of RGB (Red+Green+Blue) = 170+80+69=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5045 is #55AFBA. Grayscale: #696969. Windows color (decimal): -5615547 or 4542634. OLE color: 4542634.

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

Color convert

RGB 170 80 69 -
CMYK 0 0.53 0.59 0.33
HSL 6.53º 0.42% 0.47% -
HSV(B) 6.53º 0.59% 0.67% -
XYZ 20.52 14.71 7.39 -
YUV 105.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 170 80 69 0 0.53 0.59 0.33 6.53 0.42 0.47
Hex AA 50 45 0 35 3B 21 7 2A 2F
Octal 252 120 105 0 65 73 41 7 52 57
Binary 10101010 1010000 1000101 0 110101 111011 100001 111 101010 101111

Color Harmonies of #AA5045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5045

Black with #AA5045

Text Example


Text Example

White with #AA5045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5045; }

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

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

background-color css

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

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

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

border-color css

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

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

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