Html Css Color HEX #AA5348 Apple Blossom

📋 copy color: '#AA5348'

red 170 ◦ green 83 ◦ blue 72

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

Shades of Apple Blossom #AA5348

Tints of Apple Blossom #AA5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 52.31%
G = 25.54%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA5348 (or 0xAA5348) is known color: Apple Blossom. HEX triplet: AA, 53 and 48. RGB value is (170,83,72). Sum of RGB (Red+Green+Blue) = 170+83+72=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5348 is #55ACB7. Grayscale: #6B6B6B. Windows color (decimal): -5614776 or 4740010. OLE color: 4740010.

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

Color convert

RGB 170 83 72 -
CMYK 0 0.51 0.58 0.33
HSL 6.73º 0.4% 0.47% -
HSV(B) 6.73º 0.58% 0.67% -
XYZ 20.84 15.2 7.97 -
YUV 107.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 170 83 72 0 0.51 0.58 0.33 6.73 0.4 0.47
Hex AA 53 48 0 33 3A 21 7 28 2F
Octal 252 123 110 0 63 72 41 7 50 57
Binary 10101010 1010011 1001000 0 110011 111010 100001 111 101000 101111

Color Harmonies of #AA5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5348

Black with #AA5348

Text Example


Text Example

White with #AA5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5348; }

 p { color: rgb(170,83,72); }

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

background-color css

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

 a { background-color: rgb(170,83,72); }

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

border-color css

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

 span { border-color: rgb(170,83,72); }

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