Html Css Color HEX #AD4A42 Apple Blossom

📋 copy color: '#AD4A42'

red 173 ◦ green 74 ◦ blue 66

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

Shades of Apple Blossom #AD4A42

Tints of Apple Blossom #AD4A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

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

R = 55.27%
G = 23.64%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4A42 (or 0xAD4A42) is known color: Apple Blossom. HEX triplet: AD, 4A and 42. RGB value is (173,74,66). Sum of RGB (Red+Green+Blue) = 173+74+66=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A42 is #52B5BD. Grayscale: #666666. Windows color (decimal): -5420478 or 4344493. OLE color: 4344493.

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

Color convert

RGB 173 74 66 -
CMYK 0 0.57 0.62 0.32
HSL 4.49º 0.45% 0.47% -
HSV(B) 4.49º 0.62% 0.68% -
XYZ 20.67 14.18 6.8 -
YUV 102.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 173 74 66 0 0.57 0.62 0.32 4.49 0.45 0.47
Hex AD 4A 42 0 39 3E 20 4 2D 2F
Octal 255 112 102 0 71 76 40 4 55 57
Binary 10101101 1001010 1000010 0 111001 111110 100000 100 101101 101111

Color Harmonies of #AD4A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A42

Black with #AD4A42

Text Example


Text Example

White with #AD4A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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