Html Css Color HEX #AD564B Apple Blossom

📋 copy color: '#AD564B'

red 173 ◦ green 86 ◦ blue 75

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

Shades of Apple Blossom #AD564B

Tints of Apple Blossom #AD564B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

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

R = 51.8%
G = 25.75%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD564B (or 0xAD564B) is known color: Apple Blossom. HEX triplet: AD, 56 and 4B. RGB value is (173,86,75). Sum of RGB (Red+Green+Blue) = 173+86+75=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD564B is #52A9B4. Grayscale: #6E6E6E. Windows color (decimal): -5417397 or 4937389. OLE color: 4937389.

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

Color convert

RGB 173 86 75 -
CMYK 0 0.50 0.57 0.32
HSL 6.73º 0.4% 0.49% -
HSV(B) 6.73º 0.57% 0.68% -
XYZ 21.83 16.05 8.6 -
YUV 110.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 173 86 75 0 0.50 0.57 0.32 6.73 0.4 0.49
Hex AD 56 4B 0 32 39 20 7 28 31
Octal 255 126 113 0 62 71 40 7 50 61
Binary 10101101 1010110 1001011 0 110010 111001 100000 111 101000 110001

Color Harmonies of #AD564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD564B

Black with #AD564B

Text Example


Text Example

White with #AD564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD564B; }

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

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

background-color css

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

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

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

border-color css

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

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

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