Html Css Color HEX #AD5343 Apple Blossom

📋 copy color: '#AD5343'

red 173 ◦ green 83 ◦ blue 67

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

Shades of Apple Blossom #AD5343

Tints of Apple Blossom #AD5343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 53.56%
G = 25.7%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD5343 (or 0xAD5343) is known color: Apple Blossom. HEX triplet: AD, 53 and 43. RGB value is (173,83,67). Sum of RGB (Red+Green+Blue) = 173+83+67=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5343 is #52ACBC. Grayscale: #6C6C6C. Windows color (decimal): -5418173 or 4412333. OLE color: 4412333.

HSL color Cylindrical-coordinate representation of color #AD5343: hue angle of 9.06º 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 #AD5343 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 83 67 -
CMYK 0 0.52 0.61 0.32
HSL 9.06º 0.44% 0.47% -
HSV(B) 9.06º 0.61% 0.68% -
XYZ 21.34 15.48 7.17 -
YUV 108.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 173 83 67 0 0.52 0.61 0.32 9.06 0.44 0.47
Hex AD 53 43 0 34 3D 20 9 2C 2F
Octal 255 123 103 0 64 75 40 11 54 57
Binary 10101101 1010011 1000011 0 110100 111101 100000 1001 101100 101111

Color Harmonies of #AD5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5343

Black with #AD5343

Text Example


Text Example

White with #AD5343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5343; }

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

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

background-color css

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

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

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

border-color css

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

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

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