Html Css Color HEX #AD524B Apple Blossom

📋 copy color: '#AD524B'

red 173 ◦ green 82 ◦ blue 75

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

Shades of Apple Blossom #AD524B

Tints of Apple Blossom #AD524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 52.42%
G = 24.85%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD524B (or 0xAD524B) is known color: Apple Blossom. HEX triplet: AD, 52 and 4B. RGB value is (173,82,75). Sum of RGB (Red+Green+Blue) = 173+82+75=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD524B is #52ADB4. Grayscale: #6C6C6C. Windows color (decimal): -5418421 or 4936365. OLE color: 4936365.

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

Color convert

RGB 173 82 75 -
CMYK 0 0.53 0.57 0.32
HSL 4.29º 0.4% 0.49% -
HSV(B) 4.29º 0.57% 0.68% -
XYZ 21.52 15.43 8.5 -
YUV 108.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 173 82 75 0 0.53 0.57 0.32 4.29 0.4 0.49
Hex AD 52 4B 0 35 39 20 4 28 31
Octal 255 122 113 0 65 71 40 4 50 61
Binary 10101101 1010010 1001011 0 110101 111001 100000 100 101000 110001

Color Harmonies of #AD524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD524B

Black with #AD524B

Text Example


Text Example

White with #AD524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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