Html Css Color HEX #AD504A Apple Blossom

📋 copy color: '#AD504A'

red 173 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #AD504A

Tints of Apple Blossom #AD504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 52.91%
G = 24.46%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD504A (or 0xAD504A) is known color: Apple Blossom. HEX triplet: AD, 50 and 4A. RGB value is (173,80,74). Sum of RGB (Red+Green+Blue) = 173+80+74=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD504A is #52AFB5. Grayscale: #6B6B6B. Windows color (decimal): -5418934 or 4870317. OLE color: 4870317.

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

Color convert

RGB 173 80 74 -
CMYK 0 0.54 0.57 0.32
HSL 3.64º 0.4% 0.48% -
HSV(B) 3.64º 0.57% 0.68% -
XYZ 21.34 15.12 8.27 -
YUV 107.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 173 80 74 0 0.54 0.57 0.32 3.64 0.4 0.48
Hex AD 50 4A 0 36 39 20 4 28 30
Octal 255 120 112 0 66 71 40 4 50 60
Binary 10101101 1010000 1001010 0 110110 111001 100000 100 101000 110000

Color Harmonies of #AD504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD504A

Black with #AD504A

Text Example


Text Example

White with #AD504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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