Html Css Color HEX #AD5145 Apple Blossom

📋 copy color: '#AD5145'

red 173 ◦ green 81 ◦ blue 69

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

Shades of Apple Blossom #AD5145

Tints of Apple Blossom #AD5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 53.56%
G = 25.08%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD5145 (or 0xAD5145) is known color: Apple Blossom. HEX triplet: AD, 51 and 45. RGB value is (173,81,69). Sum of RGB (Red+Green+Blue) = 173+81+69=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5145 is #52AEBA. Grayscale: #6B6B6B. Windows color (decimal): -5418683 or 4542893. OLE color: 4542893.

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

Color convert

RGB 173 81 69 -
CMYK 0 0.53 0.60 0.32
HSL 6.92º 0.43% 0.47% -
HSV(B) 6.92º 0.6% 0.68% -
XYZ 21.25 15.2 7.44 -
YUV 107.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 173 81 69 0 0.53 0.60 0.32 6.92 0.43 0.47
Hex AD 51 45 0 35 3C 20 7 2B 2F
Octal 255 121 105 0 65 74 40 7 53 57
Binary 10101101 1010001 1000101 0 110101 111100 100000 111 101011 101111

Color Harmonies of #AD5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5145

Black with #AD5145

Text Example


Text Example

White with #AD5145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5145; }

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

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

background-color css

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

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

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

border-color css

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

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

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