Html Css Color HEX #AD5B53 Apple Blossom

📋 copy color: '#AD5B53'

red 173 ◦ green 91 ◦ blue 83

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

Shades of Apple Blossom #AD5B53

Tints of Apple Blossom #AD5B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 49.86%
G = 26.22%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD5B53 (or 0xAD5B53) is known color: Apple Blossom. HEX triplet: AD, 5B and 53. RGB value is (173,91,83). Sum of RGB (Red+Green+Blue) = 173+91+83=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5B53 is #52A4AC. Grayscale: #727272. Windows color (decimal): -5416109 or 5462957. OLE color: 5462957.

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

Color convert

RGB 173 91 83 -
CMYK 0 0.47 0.52 0.32
HSL 5.33º 0.35% 0.5% -
HSV(B) 5.33º 0.52% 0.68% -
XYZ 22.54 16.99 10.28 -
YUV 114.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 173 91 83 0 0.47 0.52 0.32 5.33 0.35 0.5
Hex AD 5B 53 0 2F 34 20 5 23 32
Octal 255 133 123 0 57 64 40 5 43 62
Binary 10101101 1011011 1010011 0 101111 110100 100000 101 100011 110010

Color Harmonies of #AD5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B53

Black with #AD5B53

Text Example


Text Example

White with #AD5B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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