Html Css Color HEX #AD4C40 Apple Blossom

📋 copy color: '#AD4C40'

red 173 ◦ green 76 ◦ blue 64

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

Shades of Apple Blossom #AD4C40

Tints of Apple Blossom #AD4C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 55.27%
G = 24.28%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4C40 (or 0xAD4C40) is known color: Apple Blossom. HEX triplet: AD, 4C and 40. RGB value is (173,76,64). Sum of RGB (Red+Green+Blue) = 173+76+64=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C40 is #52B3BF. Grayscale: #676767. Windows color (decimal): -5419968 or 4213933. OLE color: 4213933.

HSL color Cylindrical-coordinate representation of color #AD4C40: hue angle of 6.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4C40 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 64 -
CMYK 0 0.56 0.63 0.32
HSL 6.61º 0.46% 0.46% -
HSV(B) 6.61º 0.63% 0.68% -
XYZ 20.74 14.42 6.54 -
YUV 103.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 173 76 64 0 0.56 0.63 0.32 6.61 0.46 0.46
Hex AD 4C 40 0 38 3F 20 7 2E 2E
Octal 255 114 100 0 70 77 40 7 56 56
Binary 10101101 1001100 1000000 0 111000 111111 100000 111 101110 101110

Color Harmonies of #AD4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C40

Black with #AD4C40

Text Example


Text Example

White with #AD4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C40; }

 p { color: rgb(173,76,64); }

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

background-color css

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

 a { background-color: rgb(173,76,64); }

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

border-color css

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

 span { border-color: rgb(173,76,64); }

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