Html Css Color HEX #AD514C Apple Blossom

📋 copy color: '#AD514C'

red 173 ◦ green 81 ◦ blue 76

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

Shades of Apple Blossom #AD514C

Tints of Apple Blossom #AD514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 52.42%
G = 24.55%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD514C (or 0xAD514C) is known color: Apple Blossom. HEX triplet: AD, 51 and 4C. RGB value is (173,81,76). Sum of RGB (Red+Green+Blue) = 173+81+76=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD514C is #52AEB3. Grayscale: #6C6C6C. Windows color (decimal): -5418676 or 5001645. OLE color: 5001645.

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

Color convert

RGB 173 81 76 -
CMYK 0 0.53 0.56 0.32
HSL 3.09º 0.39% 0.49% -
HSV(B) 3.09º 0.56% 0.68% -
XYZ 21.48 15.29 8.66 -
YUV 107.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 173 81 76 0 0.53 0.56 0.32 3.09 0.39 0.49
Hex AD 51 4C 0 35 38 20 3 27 31
Octal 255 121 114 0 65 70 40 3 47 61
Binary 10101101 1010001 1001100 0 110101 111000 100000 11 100111 110001

Color Harmonies of #AD514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD514C

Black with #AD514C

Text Example


Text Example

White with #AD514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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