Html Css Color HEX #AD513F Apple Blossom

📋 copy color: '#AD513F'

red 173 ◦ green 81 ◦ blue 63

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

Shades of Apple Blossom #AD513F

Tints of Apple Blossom #AD513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 54.57%
G = 25.55%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD513F (or 0xAD513F) is known color: Apple Blossom. HEX triplet: AD, 51 and 3F. RGB value is (173,81,63). Sum of RGB (Red+Green+Blue) = 173+81+63=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD513F is #52AEC0. Grayscale: #6A6A6A. Windows color (decimal): -5418689 or 4149677. OLE color: 4149677.

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

Color convert

RGB 173 81 63 -
CMYK 0 0.53 0.64 0.32
HSL 9.82º 0.47% 0.46% -
HSV(B) 9.82º 0.64% 0.68% -
XYZ 21.07 15.13 6.51 -
YUV 106.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 173 81 63 0 0.53 0.64 0.32 9.82 0.47 0.46
Hex AD 51 3F 0 35 40 20 A 2F 2E
Octal 255 121 77 0 65 100 40 12 57 56
Binary 10101101 1010001 111111 0 110101 1000000 100000 1010 101111 101110

Color Harmonies of #AD513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD513F

Black with #AD513F

Text Example


Text Example

White with #AD513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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