Html Css Color HEX #AD5525 Rose Of Sharon

📋 copy color: '#AD5525'

red 173 ◦ green 85 ◦ blue 37

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

Shades of Rose Of Sharon #AD5525

Tints of Rose Of Sharon #AD5525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 58.64%
G = 28.81%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD5525 (or 0xAD5525) is known color: Rose Of Sharon. HEX triplet: AD, 55 and 25. RGB value is (173,85,37). Sum of RGB (Red+Green+Blue) = 173+85+37=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5525 is #52AADA. Grayscale: #6A6A6A. Windows color (decimal): -5417691 or 2446765. OLE color: 2446765.

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

Color convert

RGB 173 85 37 -
CMYK 0 0.51 0.79 0.32
HSL 21.18º 0.65% 0.41% -
HSV(B) 21.18º 0.79% 0.68% -
XYZ 20.82 15.51 3.65 -
YUV 105.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 173 85 37 0 0.51 0.79 0.32 21.18 0.65 0.41
Hex AD 55 25 0 33 4F 20 15 41 29
Octal 255 125 45 0 63 117 40 25 101 51
Binary 10101101 1010101 100101 0 110011 1001111 100000 10101 1000001 101001

Color Harmonies of #AD5525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5525

Black with #AD5525

Text Example


Text Example

White with #AD5525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5525; }

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

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

background-color css

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

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

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

border-color css

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

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

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