Html Css Color HEX #AD5A4F Apple Blossom

📋 copy color: '#AD5A4F'

red 173 ◦ green 90 ◦ blue 79

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

Shades of Apple Blossom #AD5A4F

Tints of Apple Blossom #AD5A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 79 (31.25% from 255) = 23.1%

R = 50.58%
G = 26.32%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD5A4F (or 0xAD5A4F) is known color: Apple Blossom. HEX triplet: AD, 5A and 4F. RGB value is (173,90,79). Sum of RGB (Red+Green+Blue) = 173+90+79=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A4F is #52A5B0. Grayscale: #717171. Windows color (decimal): -5416369 or 5200557. OLE color: 5200557.

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

Color convert

RGB 173 90 79 -
CMYK 0 0.48 0.54 0.32
HSL 7.02º 0.37% 0.49% -
HSV(B) 7.02º 0.54% 0.68% -
XYZ 22.3 16.76 9.46 -
YUV 113.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 173 90 79 0 0.48 0.54 0.32 7.02 0.37 0.49
Hex AD 5A 4F 0 30 36 20 7 25 31
Octal 255 132 117 0 60 66 40 7 45 61
Binary 10101101 1011010 1001111 0 110000 110110 100000 111 100101 110001

Color Harmonies of #AD5A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A4F

Black with #AD5A4F

Text Example


Text Example

White with #AD5A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A4F; }

 p { color: rgb(173,90,79); }

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

background-color css

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

 a { background-color: rgb(173,90,79); }

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

border-color css

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

 span { border-color: rgb(173,90,79); }

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