Html Css Color HEX #AD471F Rose Of Sharon

📋 copy color: '#AD471F'

red 173 ◦ green 71 ◦ blue 31

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

Shades of Rose Of Sharon #AD471F

Tints of Rose Of Sharon #AD471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 62.91%
G = 25.82%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD471F (or 0xAD471F) is known color: Rose Of Sharon. HEX triplet: AD, 47 and 1F. RGB value is (173,71,31). Sum of RGB (Red+Green+Blue) = 173+71+31=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD471F is #52B8E0. Grayscale: #616161. Windows color (decimal): -5421281 or 2049965. OLE color: 2049965.

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

Color convert

RGB 173 71 31 -
CMYK 0 0.59 0.82 0.32
HSL 16.9º 0.7% 0.4% -
HSV(B) 16.9º 0.82% 0.68% -
XYZ 19.73 13.49 2.86 -
YUV 96.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 173 71 31 0 0.59 0.82 0.32 16.9 0.7 0.4
Hex AD 47 1F 0 3B 52 20 11 46 28
Octal 255 107 37 0 73 122 40 21 106 50
Binary 10101101 1000111 11111 0 111011 1010010 100000 10001 1000110 101000

Color Harmonies of #AD471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD471F

Black with #AD471F

Text Example


Text Example

White with #AD471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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