Html Css Color HEX #AD504D Apple Blossom

📋 copy color: '#AD504D'

red 173 ◦ green 80 ◦ blue 77

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

Shades of Apple Blossom #AD504D

Tints of Apple Blossom #AD504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.33%

R = 52.42%
G = 24.24%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD504D (or 0xAD504D) is known color: Apple Blossom. HEX triplet: AD, 50 and 4D. RGB value is (173,80,77). Sum of RGB (Red+Green+Blue) = 173+80+77=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD504D is #52AFB2. Grayscale: #6B6B6B. Windows color (decimal): -5418931 or 5066925. OLE color: 5066925.

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

Color convert

RGB 173 80 77 -
CMYK 0 0.54 0.55 0.32
HSL 1.88º 0.38% 0.49% -
HSV(B) 1.88º 0.55% 0.68% -
XYZ 21.44 15.16 8.82 -
YUV 107.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 173 80 77 0 0.54 0.55 0.32 1.88 0.38 0.49
Hex AD 50 4D 0 36 37 20 2 26 31
Octal 255 120 115 0 66 67 40 2 46 61
Binary 10101101 1010000 1001101 0 110110 110111 100000 10 100110 110001

Color Harmonies of #AD504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD504D

Black with #AD504D

Text Example


Text Example

White with #AD504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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