Html Css Color HEX #AD462C Rose Of Sharon

📋 copy color: '#AD462C'

red 173 ◦ green 70 ◦ blue 44

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

Shades of Rose Of Sharon #AD462C

Tints of Rose Of Sharon #AD462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 60.28%
G = 24.39%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD462C (or 0xAD462C) is known color: Rose Of Sharon. HEX triplet: AD, 46 and 2C. RGB value is (173,70,44). Sum of RGB (Red+Green+Blue) = 173+70+44=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD462C is #52B9D3. Grayscale: #626262. Windows color (decimal): -5421524 or 2901677. OLE color: 2901677.

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

Color convert

RGB 173 70 44 -
CMYK 0 0.60 0.75 0.32
HSL 12.09º 0.59% 0.43% -
HSV(B) 12.09º 0.75% 0.68% -
XYZ 19.88 13.45 3.93 -
YUV 97.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 173 70 44 0 0.60 0.75 0.32 12.09 0.59 0.43
Hex AD 46 2C 0 3C 4B 20 C 3B 2B
Octal 255 106 54 0 74 113 40 14 73 53
Binary 10101101 1000110 101100 0 111100 1001011 100000 1100 111011 101011

Color Harmonies of #AD462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD462C

Black with #AD462C

Text Example


Text Example

White with #AD462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD462C; }

 p { color: rgb(173,70,44); }

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

background-color css

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

 a { background-color: rgb(173,70,44); }

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

border-color css

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

 span { border-color: rgb(173,70,44); }

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