Html Css Color HEX #AD5125 Rose Of Sharon

📋 copy color: '#AD5125'

red 173 ◦ green 81 ◦ blue 37

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

Shades of Rose Of Sharon #AD5125

Tints of Rose Of Sharon #AD5125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 37 (14.84% from 255) = 12.71%

R = 59.45%
G = 27.84%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD5125 (or 0xAD5125) is known color: Rose Of Sharon. HEX triplet: AD, 51 and 25. RGB value is (173,81,37). Sum of RGB (Red+Green+Blue) = 173+81+37=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5125 is #52AEDA. Grayscale: #676767. Windows color (decimal): -5418715 or 2445741. OLE color: 2445741.

HSL color Cylindrical-coordinate representation of color #AD5125: hue angle of 19.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD5125 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 81 37 -
CMYK 0 0.53 0.79 0.32
HSL 19.41º 0.65% 0.41% -
HSV(B) 19.41º 0.79% 0.68% -
XYZ 20.51 14.9 3.55 -
YUV 103.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 173 81 37 0 0.53 0.79 0.32 19.41 0.65 0.41
Hex AD 51 25 0 35 4F 20 13 41 29
Octal 255 121 45 0 65 117 40 23 101 51
Binary 10101101 1010001 100101 0 110101 1001111 100000 10011 1000001 101001

Color Harmonies of #AD5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5125

Black with #AD5125

Text Example


Text Example

White with #AD5125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5125; }

 p { color: rgb(173,81,37); }

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

background-color css

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

 a { background-color: rgb(173,81,37); }

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

border-color css

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

 span { border-color: rgb(173,81,37); }

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