Html Css Color HEX #AD4D4A Apple Blossom

📋 copy color: '#AD4D4A'

red 173 ◦ green 77 ◦ blue 74

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

Shades of Apple Blossom #AD4D4A

Tints of Apple Blossom #AD4D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.77%

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

R = 53.4%
G = 23.77%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD4D4A (or 0xAD4D4A) is known color: Apple Blossom. HEX triplet: AD, 4D and 4A. RGB value is (173,77,74). Sum of RGB (Red+Green+Blue) = 173+77+74=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D4A is #52B2B5. Grayscale: #696969. Windows color (decimal): -5419702 or 4869549. OLE color: 4869549.

HSL color Cylindrical-coordinate representation of color #AD4D4A: hue angle of 1.82º 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 #AD4D4A is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 77 74 -
CMYK 0 0.55 0.57 0.32
HSL 1.82º 0.4% 0.48% -
HSV(B) 1.82º 0.57% 0.68% -
XYZ 21.12 14.69 8.2 -
YUV 105.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 173 77 74 0 0.55 0.57 0.32 1.82 0.4 0.48
Hex AD 4D 4A 0 37 39 20 2 28 30
Octal 255 115 112 0 67 71 40 2 50 60
Binary 10101101 1001101 1001010 0 110111 111001 100000 10 101000 110000

Color Harmonies of #AD4D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D4A

Black with #AD4D4A

Text Example


Text Example

White with #AD4D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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