Html Css Color HEX #AD4C3F Apple Blossom

📋 copy color: '#AD4C3F'

red 173 ◦ green 76 ◦ blue 63

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

Shades of Apple Blossom #AD4C3F

Tints of Apple Blossom #AD4C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.19%

R = 55.45%
G = 24.36%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD4C3F (or 0xAD4C3F) is known color: Apple Blossom. HEX triplet: AD, 4C and 3F. RGB value is (173,76,63). Sum of RGB (Red+Green+Blue) = 173+76+63=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C3F is #52B3C0. Grayscale: #676767. Windows color (decimal): -5419969 or 4148397. OLE color: 4148397.

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

Color convert

RGB 173 76 63 -
CMYK 0 0.56 0.64 0.32
HSL 7.09º 0.47% 0.46% -
HSV(B) 7.09º 0.64% 0.68% -
XYZ 20.72 14.41 6.39 -
YUV 103.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 173 76 63 0 0.56 0.64 0.32 7.09 0.47 0.46
Hex AD 4C 3F 0 38 40 20 7 2F 2E
Octal 255 114 77 0 70 100 40 7 57 56
Binary 10101101 1001100 111111 0 111000 1000000 100000 111 101111 101110

Color Harmonies of #AD4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C3F

Black with #AD4C3F

Text Example


Text Example

White with #AD4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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