Html Css Color HEX #AD5141 Apple Blossom

📋 copy color: '#AD5141'

red 173 ◦ green 81 ◦ blue 65

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

Shades of Apple Blossom #AD5141

Tints of Apple Blossom #AD5141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 54.23%
G = 25.39%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD5141 (or 0xAD5141) is known color: Apple Blossom. HEX triplet: AD, 51 and 41. RGB value is (173,81,65). Sum of RGB (Red+Green+Blue) = 173+81+65=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5141 is #52AEBE. Grayscale: #6A6A6A. Windows color (decimal): -5418687 or 4280749. OLE color: 4280749.

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

Color convert

RGB 173 81 65 -
CMYK 0 0.53 0.62 0.32
HSL 8.89º 0.45% 0.47% -
HSV(B) 8.89º 0.62% 0.68% -
XYZ 21.13 15.15 6.81 -
YUV 106.68 104.48 175.3 -
System Red Green Blue C M Y K H S L
Decimal 173 81 65 0 0.53 0.62 0.32 8.89 0.45 0.47
Hex AD 51 41 0 35 3E 20 9 2D 2F
Octal 255 121 101 0 65 76 40 11 55 57
Binary 10101101 1010001 1000001 0 110101 111110 100000 1001 101101 101111

Color Harmonies of #AD5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5141

Black with #AD5141

Text Example


Text Example

White with #AD5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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