Html Css Color HEX #AD4C1F Rose Of Sharon

📋 copy color: '#AD4C1F'

red 173 ◦ green 76 ◦ blue 31

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

Shades of Rose Of Sharon #AD4C1F

Tints of Rose Of Sharon #AD4C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 61.79%
G = 27.14%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD4C1F (or 0xAD4C1F) is known color: Rose Of Sharon. HEX triplet: AD, 4C and 1F. RGB value is (173,76,31). Sum of RGB (Red+Green+Blue) = 173+76+31=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4C1F is #52B3E0. Grayscale: #646464. Windows color (decimal): -5420001 or 2051245. OLE color: 2051245.

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

Color convert

RGB 173 76 31 -
CMYK 0 0.56 0.82 0.32
HSL 19.01º 0.7% 0.4% -
HSV(B) 19.01º 0.82% 0.68% -
XYZ 20.07 14.15 2.97 -
YUV 99.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 173 76 31 0 0.56 0.82 0.32 19.01 0.7 0.4
Hex AD 4C 1F 0 38 52 20 13 46 28
Octal 255 114 37 0 70 122 40 23 106 50
Binary 10101101 1001100 11111 0 111000 1010010 100000 10011 1000110 101000

Color Harmonies of #AD4C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C1F

Black with #AD4C1F

Text Example


Text Example

White with #AD4C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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