Html Css Color HEX #AD502C Rose Of Sharon

📋 copy color: '#AD502C'

red 173 ◦ green 80 ◦ blue 44

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

Shades of Rose Of Sharon #AD502C

Tints of Rose Of Sharon #AD502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 58.25%
G = 26.94%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD502C (or 0xAD502C) is known color: Rose Of Sharon. HEX triplet: AD, 50 and 2C. RGB value is (173,80,44). Sum of RGB (Red+Green+Blue) = 173+80+44=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD502C is #52AFD3. Grayscale: #676767. Windows color (decimal): -5418964 or 2904237. OLE color: 2904237.

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

Color convert

RGB 173 80 44 -
CMYK 0 0.54 0.75 0.32
HSL 16.74º 0.59% 0.43% -
HSV(B) 16.74º 0.75% 0.68% -
XYZ 20.56 14.8 4.16 -
YUV 103.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 173 80 44 0 0.54 0.75 0.32 16.74 0.59 0.43
Hex AD 50 2C 0 36 4B 20 11 3B 2B
Octal 255 120 54 0 66 113 40 21 73 53
Binary 10101101 1010000 101100 0 110110 1001011 100000 10001 111011 101011

Color Harmonies of #AD502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD502C

Black with #AD502C

Text Example


Text Example

White with #AD502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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