Html Css Color HEX #AD5348 Apple Blossom

📋 copy color: '#AD5348'

red 173 ◦ green 83 ◦ blue 72

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

Shades of Apple Blossom #AD5348

Tints of Apple Blossom #AD5348

RGB

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

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

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

R = 52.74%
G = 25.3%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD5348 (or 0xAD5348) is known color: Apple Blossom. HEX triplet: AD, 53 and 48. RGB value is (173,83,72). Sum of RGB (Red+Green+Blue) = 173+83+72=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5348 is #52ACB7. Grayscale: #6C6C6C. Windows color (decimal): -5418168 or 4740013. OLE color: 4740013.

HSL color Cylindrical-coordinate representation of color #AD5348: hue angle of 6.53º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5348 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 72 -
CMYK 0 0.52 0.58 0.32
HSL 6.53º 0.41% 0.48% -
HSV(B) 6.53º 0.58% 0.68% -
XYZ 21.5 15.54 8 -
YUV 108.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 173 83 72 0 0.52 0.58 0.32 6.53 0.41 0.48
Hex AD 53 48 0 34 3A 20 7 29 30
Octal 255 123 110 0 64 72 40 7 51 60
Binary 10101101 1010011 1001000 0 110100 111010 100000 111 101001 110000

Color Harmonies of #AD5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5348

Black with #AD5348

Text Example


Text Example

White with #AD5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5348; }

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

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

background-color css

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

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

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

border-color css

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

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

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