Html Css Color HEX #AD4942 Apple Blossom

📋 copy color: '#AD4942'

red 173 ◦ green 73 ◦ blue 66

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

Shades of Apple Blossom #AD4942

Tints of Apple Blossom #AD4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 55.45%
G = 23.4%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4942 (or 0xAD4942) is known color: Apple Blossom. HEX triplet: AD, 49 and 42. RGB value is (173,73,66). Sum of RGB (Red+Green+Blue) = 173+73+66=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4942 is #52B6BD. Grayscale: #666666. Windows color (decimal): -5420734 or 4344237. OLE color: 4344237.

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

Color convert

RGB 173 73 66 -
CMYK 0 0.58 0.62 0.32
HSL 3.93º 0.45% 0.47% -
HSV(B) 3.93º 0.62% 0.68% -
XYZ 20.6 14.04 6.78 -
YUV 102.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 173 73 66 0 0.58 0.62 0.32 3.93 0.45 0.47
Hex AD 49 42 0 3A 3E 20 4 2D 2F
Octal 255 111 102 0 72 76 40 4 55 57
Binary 10101101 1001001 1000010 0 111010 111110 100000 100 101101 101111

Color Harmonies of #AD4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4942

Black with #AD4942

Text Example


Text Example

White with #AD4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4942; }

 p { color: rgb(173,73,66); }

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

background-color css

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

 a { background-color: rgb(173,73,66); }

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

border-color css

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

 span { border-color: rgb(173,73,66); }

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