Html Css Color HEX #AD4C44 Apple Blossom

📋 copy color: '#AD4C44'

red 173 ◦ green 76 ◦ blue 68

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

Shades of Apple Blossom #AD4C44

Tints of Apple Blossom #AD4C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 54.57%
G = 23.97%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD4C44 (or 0xAD4C44) is known color: Apple Blossom. HEX triplet: AD, 4C and 44. RGB value is (173,76,68). Sum of RGB (Red+Green+Blue) = 173+76+68=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C44 is #52B3BB. Grayscale: #686868. Windows color (decimal): -5419964 or 4476077. OLE color: 4476077.

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

Color convert

RGB 173 76 68 -
CMYK 0 0.56 0.61 0.32
HSL 4.57º 0.44% 0.47% -
HSV(B) 4.57º 0.61% 0.68% -
XYZ 20.86 14.47 7.16 -
YUV 104.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 173 76 68 0 0.56 0.61 0.32 4.57 0.44 0.47
Hex AD 4C 44 0 38 3D 20 5 2C 2F
Octal 255 114 104 0 70 75 40 5 54 57
Binary 10101101 1001100 1000100 0 111000 111101 100000 101 101100 101111

Color Harmonies of #AD4C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C44

Black with #AD4C44

Text Example


Text Example

White with #AD4C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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