Html Css Color HEX #AD471D Rose Of Sharon

📋 copy color: '#AD471D'

red 173 ◦ green 71 ◦ blue 29

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

Shades of Rose Of Sharon #AD471D

Tints of Rose Of Sharon #AD471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 63.37%
G = 26.01%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD471D (or 0xAD471D) is known color: Rose Of Sharon. HEX triplet: AD, 47 and 1D. RGB value is (173,71,29). Sum of RGB (Red+Green+Blue) = 173+71+29=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD471D is #52B8E2. Grayscale: #606060. Windows color (decimal): -5421283 or 1918893. OLE color: 1918893.

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

Color convert

RGB 173 71 29 -
CMYK 0 0.59 0.83 0.32
HSL 17.5º 0.71% 0.4% -
HSV(B) 17.5º 0.83% 0.68% -
XYZ 19.71 13.48 2.73 -
YUV 96.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 173 71 29 0 0.59 0.83 0.32 17.5 0.71 0.4
Hex AD 47 1D 0 3B 53 20 12 47 28
Octal 255 107 35 0 73 123 40 22 107 50
Binary 10101101 1000111 11101 0 111011 1010011 100000 10010 1000111 101000

Color Harmonies of #AD471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD471D

Black with #AD471D

Text Example


Text Example

White with #AD471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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