Html Css Color HEX #AD514B Apple Blossom

📋 copy color: '#AD514B'

red 173 ◦ green 81 ◦ blue 75

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

Shades of Apple Blossom #AD514B

Tints of Apple Blossom #AD514B

RGB

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

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

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

R = 52.58%
G = 24.62%
B = 22.8%

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

#AD514B (or 0xAD514B) is known color: Apple Blossom. HEX triplet: AD, 51 and 4B. RGB value is (173,81,75). Sum of RGB (Red+Green+Blue) = 173+81+75=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD514B is #52AEB4. Grayscale: #6B6B6B. Windows color (decimal): -5418677 or 4936109. OLE color: 4936109.

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

Color convert

RGB 173 81 75 -
CMYK 0 0.53 0.57 0.32
HSL 3.67º 0.4% 0.49% -
HSV(B) 3.67º 0.57% 0.68% -
XYZ 21.45 15.28 8.48 -
YUV 107.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 173 81 75 0 0.53 0.57 0.32 3.67 0.4 0.49
Hex AD 51 4B 0 35 39 20 4 28 31
Octal 255 121 113 0 65 71 40 4 50 61
Binary 10101101 1010001 1001011 0 110101 111001 100000 100 101000 110001

Color Harmonies of #AD514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD514B

Black with #AD514B

Text Example


Text Example

White with #AD514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD514B; }

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

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

background-color css

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

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

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

border-color css

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

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

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