Html Css Color HEX #AD5251 Apple Blossom

📋 copy color: '#AD5251'

red 173 ◦ green 82 ◦ blue 81

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

Shades of Apple Blossom #AD5251

Tints of Apple Blossom #AD5251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 51.49%
G = 24.4%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD5251 (or 0xAD5251) is known color: Apple Blossom. HEX triplet: AD, 52 and 51. RGB value is (173,82,81). Sum of RGB (Red+Green+Blue) = 173+82+81=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5251 is #52ADAE. Grayscale: #6D6D6D. Windows color (decimal): -5418415 or 5329581. OLE color: 5329581.

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

Color convert

RGB 173 82 81 -
CMYK 0 0.53 0.53 0.32
HSL 0.65º 0.36% 0.5% -
HSV(B) 0.65º 0.53% 0.68% -
XYZ 21.74 15.51 9.63 -
YUV 109.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 173 82 81 0 0.53 0.53 0.32 0.65 0.36 0.5
Hex AD 52 51 0 35 35 20 1 24 32
Octal 255 122 121 0 65 65 40 1 44 62
Binary 10101101 1010010 1010001 0 110101 110101 100000 1 100100 110010

Color Harmonies of #AD5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5251

Black with #AD5251

Text Example


Text Example

White with #AD5251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5251; }

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

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

background-color css

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

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

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

border-color css

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

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

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