Html Css Color HEX #AA5143 Apple Blossom

📋 copy color: '#AA5143'

red 170 ◦ green 81 ◦ blue 67

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

Shades of Apple Blossom #AA5143

Tints of Apple Blossom #AA5143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.07%

R = 53.46%
G = 25.47%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA5143 (or 0xAA5143) is known color: Apple Blossom. HEX triplet: AA, 51 and 43. RGB value is (170,81,67). Sum of RGB (Red+Green+Blue) = 170+81+67=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5143 is #55AEBC. Grayscale: #6A6A6A. Windows color (decimal): -5615293 or 4411818. OLE color: 4411818.

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

Color convert

RGB 170 81 67 -
CMYK 0 0.52 0.61 0.33
HSL 8.16º 0.43% 0.46% -
HSV(B) 8.16º 0.61% 0.67% -
XYZ 20.53 14.84 7.09 -
YUV 106.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 170 81 67 0 0.52 0.61 0.33 8.16 0.43 0.46
Hex AA 51 43 0 34 3D 21 8 2B 2E
Octal 252 121 103 0 64 75 41 10 53 56
Binary 10101010 1010001 1000011 0 110100 111101 100001 1000 101011 101110

Color Harmonies of #AA5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5143

Black with #AA5143

Text Example


Text Example

White with #AA5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5143; }

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

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

background-color css

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

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

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

border-color css

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

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

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