Html Css Color HEX #AD514D Apple Blossom

📋 copy color: '#AD514D'

red 173 ◦ green 81 ◦ blue 77

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

Shades of Apple Blossom #AD514D

Tints of Apple Blossom #AD514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 52.27%
G = 24.47%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD514D (or 0xAD514D) is known color: Apple Blossom. HEX triplet: AD, 51 and 4D. RGB value is (173,81,77). Sum of RGB (Red+Green+Blue) = 173+81+77=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD514D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD514D is #52AEB2. Grayscale: #6C6C6C. Windows color (decimal): -5418675 or 5067181. OLE color: 5067181.

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

Color convert

RGB 173 81 77 -
CMYK 0 0.53 0.55 0.32
HSL 2.5º 0.38% 0.49% -
HSV(B) 2.5º 0.55% 0.68% -
XYZ 21.52 15.3 8.84 -
YUV 108.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 173 81 77 0 0.53 0.55 0.32 2.5 0.38 0.49
Hex AD 51 4D 0 35 37 20 2 26 31
Octal 255 121 115 0 65 67 40 2 46 61
Binary 10101101 1010001 1001101 0 110101 110111 100000 10 100110 110001

Color Harmonies of #AD514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD514D

Black with #AD514D

Text Example


Text Example

White with #AD514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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