Html Css Color HEX #AD5040 Apple Blossom

📋 copy color: '#AD5040'

red 173 ◦ green 80 ◦ blue 64

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

Shades of Apple Blossom #AD5040

Tints of Apple Blossom #AD5040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 54.57%
G = 25.24%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD5040 (or 0xAD5040) is known color: Apple Blossom. HEX triplet: AD, 50 and 40. RGB value is (173,80,64). Sum of RGB (Red+Green+Blue) = 173+80+64=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5040 is #52AFBF. Grayscale: #6A6A6A. Windows color (decimal): -5418944 or 4214957. OLE color: 4214957.

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

Color convert

RGB 173 80 64 -
CMYK 0 0.54 0.63 0.32
HSL 8.81º 0.46% 0.46% -
HSV(B) 8.81º 0.63% 0.68% -
XYZ 21.03 14.99 6.64 -
YUV 105.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 173 80 64 0 0.54 0.63 0.32 8.81 0.46 0.46
Hex AD 50 40 0 36 3F 20 9 2E 2E
Octal 255 120 100 0 66 77 40 11 56 56
Binary 10101101 1010000 1000000 0 110110 111111 100000 1001 101110 101110

Color Harmonies of #AD5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5040

Black with #AD5040

Text Example


Text Example

White with #AD5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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