Html Css Color HEX #AD5243 Apple Blossom

📋 copy color: '#AD5243'

red 173 ◦ green 82 ◦ blue 67

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

Shades of Apple Blossom #AD5243

Tints of Apple Blossom #AD5243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.81%

R = 53.73%
G = 25.47%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5243 (or 0xAD5243) is known color: Apple Blossom. HEX triplet: AD, 52 and 43. RGB value is (173,82,67). Sum of RGB (Red+Green+Blue) = 173+82+67=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5243 is #52ADBC. Grayscale: #6B6B6B. Windows color (decimal): -5418429 or 4412077. OLE color: 4412077.

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

Color convert

RGB 173 82 67 -
CMYK 0 0.53 0.61 0.32
HSL 8.49º 0.44% 0.47% -
HSV(B) 8.49º 0.61% 0.68% -
XYZ 21.26 15.32 7.15 -
YUV 107.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 173 82 67 0 0.53 0.61 0.32 8.49 0.44 0.47
Hex AD 52 43 0 35 3D 20 8 2C 2F
Octal 255 122 103 0 65 75 40 10 54 57
Binary 10101101 1010010 1000011 0 110101 111101 100000 1000 101100 101111

Color Harmonies of #AD5243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5243

Black with #AD5243

Text Example


Text Example

White with #AD5243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5243; }

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

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

background-color css

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

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

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

border-color css

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

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

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