Html Css Color HEX #AD5044 Apple Blossom

📋 copy color: '#AD5044'

red 173 ◦ green 80 ◦ blue 68

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

Shades of Apple Blossom #AD5044

Tints of Apple Blossom #AD5044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 53.89%
G = 24.92%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5044 (or 0xAD5044) is known color: Apple Blossom. HEX triplet: AD, 50 and 44. RGB value is (173,80,68). Sum of RGB (Red+Green+Blue) = 173+80+68=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5044 is #52AFBB. Grayscale: #6A6A6A. Windows color (decimal): -5418940 or 4477101. OLE color: 4477101.

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

Color convert

RGB 173 80 68 -
CMYK 0 0.54 0.61 0.32
HSL 6.86º 0.44% 0.47% -
HSV(B) 6.86º 0.61% 0.68% -
XYZ 21.15 15.04 7.26 -
YUV 106.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 173 80 68 0 0.54 0.61 0.32 6.86 0.44 0.47
Hex AD 50 44 0 36 3D 20 7 2C 2F
Octal 255 120 104 0 66 75 40 7 54 57
Binary 10101101 1010000 1000100 0 110110 111101 100000 111 101100 101111

Color Harmonies of #AD5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5044

Black with #AD5044

Text Example


Text Example

White with #AD5044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5044; }

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

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

background-color css

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

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

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

border-color css

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

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

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