Html Css Color HEX #AD4C3E Apple Blossom

📋 copy color: '#AD4C3E'

red 173 ◦ green 76 ◦ blue 62

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

Shades of Apple Blossom #AD4C3E

Tints of Apple Blossom #AD4C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 55.63%
G = 24.44%
B = 19.94%

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

#AD4C3E (or 0xAD4C3E) is known color: Apple Blossom. HEX triplet: AD, 4C and 3E. RGB value is (173,76,62). Sum of RGB (Red+Green+Blue) = 173+76+62=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C3E is #52B3C1. Grayscale: #676767. Windows color (decimal): -5419970 or 4082861. OLE color: 4082861.

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

Color convert

RGB 173 76 62 -
CMYK 0 0.56 0.64 0.32
HSL 7.57º 0.47% 0.46% -
HSV(B) 7.57º 0.64% 0.68% -
XYZ 20.69 14.4 6.25 -
YUV 103.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 173 76 62 0 0.56 0.64 0.32 7.57 0.47 0.46
Hex AD 4C 3E 0 38 40 20 8 2F 2E
Octal 255 114 76 0 70 100 40 10 57 56
Binary 10101101 1001100 111110 0 111000 1000000 100000 1000 101111 101110

Color Harmonies of #AD4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C3E

Black with #AD4C3E

Text Example


Text Example

White with #AD4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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