Html Css Color HEX #AD504F Apple Blossom

📋 copy color: '#AD504F'

red 173 ◦ green 80 ◦ blue 79

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

Shades of Apple Blossom #AD504F

Tints of Apple Blossom #AD504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 52.11%
G = 24.1%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD504F (or 0xAD504F) is known color: Apple Blossom. HEX triplet: AD, 50 and 4F. RGB value is (173,80,79). Sum of RGB (Red+Green+Blue) = 173+80+79=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD504F is #52AFB0. Grayscale: #6B6B6B. Windows color (decimal): -5418929 or 5197997. OLE color: 5197997.

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

Color convert

RGB 173 80 79 -
CMYK 0 0.54 0.54 0.32
HSL 0.64º 0.37% 0.49% -
HSV(B) 0.64º 0.54% 0.68% -
XYZ 21.51 15.19 9.19 -
YUV 107.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 173 80 79 0 0.54 0.54 0.32 0.64 0.37 0.49
Hex AD 50 4F 0 36 36 20 1 25 31
Octal 255 120 117 0 66 66 40 1 45 61
Binary 10101101 1010000 1001111 0 110110 110110 100000 1 100101 110001

Color Harmonies of #AD504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD504F

Black with #AD504F

Text Example


Text Example

White with #AD504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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