Html Css Color HEX #AD5029 Rose Of Sharon

📋 copy color: '#AD5029'

red 173 ◦ green 80 ◦ blue 41

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

Shades of Rose Of Sharon #AD5029

Tints of Rose Of Sharon #AD5029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.95%

R = 58.84%
G = 27.21%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD5029 (or 0xAD5029) is known color: Rose Of Sharon. HEX triplet: AD, 50 and 29. RGB value is (173,80,41). Sum of RGB (Red+Green+Blue) = 173+80+41=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5029 is #52AFD6. Grayscale: #676767. Windows color (decimal): -5418967 or 2707629. OLE color: 2707629.

HSL color Cylindrical-coordinate representation of color #AD5029: hue angle of 17.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD5029 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 80 41 -
CMYK 0 0.54 0.76 0.32
HSL 17.73º 0.62% 0.42% -
HSV(B) 17.73º 0.76% 0.68% -
XYZ 20.5 14.78 3.87 -
YUV 103.36 92.81 177.67 -
System Red Green Blue C M Y K H S L
Decimal 173 80 41 0 0.54 0.76 0.32 17.73 0.62 0.42
Hex AD 50 29 0 36 4C 20 12 3E 2A
Octal 255 120 51 0 66 114 40 22 76 52
Binary 10101101 1010000 101001 0 110110 1001100 100000 10010 111110 101010

Color Harmonies of #AD5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5029

Black with #AD5029

Text Example


Text Example

White with #AD5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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