Html Css Color HEX #AD564C Apple Blossom

📋 copy color: '#AD564C'

red 173 ◦ green 86 ◦ blue 76

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

Shades of Apple Blossom #AD564C

Tints of Apple Blossom #AD564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 51.64%
G = 25.67%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD564C (or 0xAD564C) is known color: Apple Blossom. HEX triplet: AD, 56 and 4C. RGB value is (173,86,76). Sum of RGB (Red+Green+Blue) = 173+86+76=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD564C is #52A9B3. Grayscale: #6E6E6E. Windows color (decimal): -5417396 or 5002925. OLE color: 5002925.

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

Color convert

RGB 173 86 76 -
CMYK 0 0.50 0.56 0.32
HSL 6.19º 0.39% 0.49% -
HSV(B) 6.19º 0.56% 0.68% -
XYZ 21.87 16.06 8.79 -
YUV 110.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 173 86 76 0 0.50 0.56 0.32 6.19 0.39 0.49
Hex AD 56 4C 0 32 38 20 6 27 31
Octal 255 126 114 0 62 70 40 6 47 61
Binary 10101101 1010110 1001100 0 110010 111000 100000 110 100111 110001

Color Harmonies of #AD564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD564C

Black with #AD564C

Text Example


Text Example

White with #AD564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD564C; }

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

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

background-color css

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

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

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

border-color css

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

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

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