Html Css Color HEX #AD524F Apple Blossom

📋 copy color: '#AD524F'

red 173 ◦ green 82 ◦ blue 79

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

Shades of Apple Blossom #AD524F

Tints of Apple Blossom #AD524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 51.8%
G = 24.55%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD524F (or 0xAD524F) is known color: Apple Blossom. HEX triplet: AD, 52 and 4F. RGB value is (173,82,79). Sum of RGB (Red+Green+Blue) = 173+82+79=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD524F is #52ADB0. Grayscale: #6C6C6C. Windows color (decimal): -5418417 or 5198509. OLE color: 5198509.

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

Color convert

RGB 173 82 79 -
CMYK 0 0.53 0.54 0.32
HSL 1.91º 0.37% 0.49% -
HSV(B) 1.91º 0.54% 0.68% -
XYZ 21.66 15.48 9.24 -
YUV 108.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 173 82 79 0 0.53 0.54 0.32 1.91 0.37 0.49
Hex AD 52 4F 0 35 36 20 2 25 31
Octal 255 122 117 0 65 66 40 2 45 61
Binary 10101101 1010010 1001111 0 110101 110110 100000 10 100101 110001

Color Harmonies of #AD524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD524F

Black with #AD524F

Text Example


Text Example

White with #AD524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD524F; }

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

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

background-color css

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

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

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

border-color css

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

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

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