Html Css Color HEX #AD4C31 Rose Of Sharon

📋 copy color: '#AD4C31'

red 173 ◦ green 76 ◦ blue 49

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

Shades of Rose Of Sharon #AD4C31

Tints of Rose Of Sharon #AD4C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 58.05%
G = 25.5%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD4C31 (or 0xAD4C31) is known color: Rose Of Sharon. HEX triplet: AD, 4C and 31. RGB value is (173,76,49). Sum of RGB (Red+Green+Blue) = 173+76+49=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C31 is #52B3CE. Grayscale: #666666. Windows color (decimal): -5419983 or 3230893. OLE color: 3230893.

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

Color convert

RGB 173 76 49 -
CMYK 0 0.56 0.72 0.32
HSL 13.06º 0.56% 0.44% -
HSV(B) 13.06º 0.72% 0.68% -
XYZ 20.37 14.27 4.59 -
YUV 101.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 173 76 49 0 0.56 0.72 0.32 13.06 0.56 0.44
Hex AD 4C 31 0 38 48 20 D 38 2C
Octal 255 114 61 0 70 110 40 15 70 54
Binary 10101101 1001100 110001 0 111000 1001000 100000 1101 111000 101100

Color Harmonies of #AD4C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C31

Black with #AD4C31

Text Example


Text Example

White with #AD4C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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