Html Css Color HEX #AD5A50 Apple Blossom

📋 copy color: '#AD5A50'

red 173 ◦ green 90 ◦ blue 80

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

Shades of Apple Blossom #AD5A50

Tints of Apple Blossom #AD5A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 50.44%
G = 26.24%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD5A50 (or 0xAD5A50) is known color: Apple Blossom. HEX triplet: AD, 5A and 50. RGB value is (173,90,80). Sum of RGB (Red+Green+Blue) = 173+90+80=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A50 is #52A5AF. Grayscale: #717171. Windows color (decimal): -5416368 or 5266093. OLE color: 5266093.

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

Color convert

RGB 173 90 80 -
CMYK 0 0.48 0.54 0.32
HSL 6.45º 0.37% 0.5% -
HSV(B) 6.45º 0.54% 0.68% -
XYZ 22.34 16.78 9.65 -
YUV 113.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 173 90 80 0 0.48 0.54 0.32 6.45 0.37 0.5
Hex AD 5A 50 0 30 36 20 6 25 32
Octal 255 132 120 0 60 66 40 6 45 62
Binary 10101101 1011010 1010000 0 110000 110110 100000 110 100101 110010

Color Harmonies of #AD5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A50

Black with #AD5A50

Text Example


Text Example

White with #AD5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A50; }

 p { color: rgb(173,90,80); }

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

background-color css

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

 a { background-color: rgb(173,90,80); }

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

border-color css

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

 span { border-color: rgb(173,90,80); }

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