Html Css Color HEX #AD5452 Apple Blossom

📋 copy color: '#AD5452'

red 173 ◦ green 84 ◦ blue 82

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

Shades of Apple Blossom #AD5452

Tints of Apple Blossom #AD5452

RGB

 RED value IS 173 (67.97% from 255) = 51.03%

 GREEN value IS 84 (33.2% from 255) = 24.78%

 BLUE value IS 82 (32.42% from 255) = 24.19%

R = 51.03%
G = 24.78%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD5452 (or 0xAD5452) is known color: Apple Blossom. HEX triplet: AD, 54 and 52. RGB value is (173,84,82). Sum of RGB (Red+Green+Blue) = 173+84+82=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5452 is #52ABAD. Grayscale: #6E6E6E. Windows color (decimal): -5417902 or 5395629. OLE color: 5395629.

HSL color Cylindrical-coordinate representation of color #AD5452: hue angle of 1.32º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5452 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 84 82 -
CMYK 0 0.51 0.53 0.32
HSL 1.32º 0.36% 0.5% -
HSV(B) 1.32º 0.53% 0.68% -
XYZ 21.93 15.83 9.88 -
YUV 110.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 173 84 82 0 0.51 0.53 0.32 1.32 0.36 0.5
Hex AD 54 52 0 33 35 20 1 24 32
Octal 255 124 122 0 63 65 40 1 44 62
Binary 10101101 1010100 1010010 0 110011 110101 100000 1 100100 110010

Color Harmonies of #AD5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5452

Black with #AD5452

Text Example


Text Example

White with #AD5452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5452; }

 p { color: rgb(173,84,82); }

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

background-color css

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

 a { background-color: rgb(173,84,82); }

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

border-color css

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

 span { border-color: rgb(173,84,82); }

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