Html Css Color HEX #AD4C3D Apple Blossom

📋 copy color: '#AD4C3D'

red 173 ◦ green 76 ◦ blue 61

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

Shades of Apple Blossom #AD4C3D

Tints of Apple Blossom #AD4C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.68%

R = 55.81%
G = 24.52%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD4C3D (or 0xAD4C3D) is known color: Apple Blossom. HEX triplet: AD, 4C and 3D. RGB value is (173,76,61). Sum of RGB (Red+Green+Blue) = 173+76+61=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C3D is #52B3C2. Grayscale: #676767. Windows color (decimal): -5419971 or 4017325. OLE color: 4017325.

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

Color convert

RGB 173 76 61 -
CMYK 0 0.56 0.65 0.32
HSL 8.04º 0.48% 0.46% -
HSV(B) 8.04º 0.65% 0.68% -
XYZ 20.66 14.39 6.1 -
YUV 103.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 173 76 61 0 0.56 0.65 0.32 8.04 0.48 0.46
Hex AD 4C 3D 0 38 41 20 8 30 2E
Octal 255 114 75 0 70 101 40 10 60 56
Binary 10101101 1001100 111101 0 111000 1000001 100000 1000 110000 101110

Color Harmonies of #AD4C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C3D

Black with #AD4C3D

Text Example


Text Example

White with #AD4C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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