Html Css Color HEX #AD5325 Rose Of Sharon

📋 copy color: '#AD5325'

red 173 ◦ green 83 ◦ blue 37

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

Shades of Rose Of Sharon #AD5325

Tints of Rose Of Sharon #AD5325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 59.04%
G = 28.33%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD5325 (or 0xAD5325) is known color: Rose Of Sharon. HEX triplet: AD, 53 and 25. RGB value is (173,83,37). Sum of RGB (Red+Green+Blue) = 173+83+37=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5325 is #52ACDA. Grayscale: #686868. Windows color (decimal): -5418203 or 2446253. OLE color: 2446253.

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

Color convert

RGB 173 83 37 -
CMYK 0 0.52 0.79 0.32
HSL 20.29º 0.65% 0.41% -
HSV(B) 20.29º 0.79% 0.68% -
XYZ 20.66 15.2 3.6 -
YUV 104.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 173 83 37 0 0.52 0.79 0.32 20.29 0.65 0.41
Hex AD 53 25 0 34 4F 20 14 41 29
Octal 255 123 45 0 64 117 40 24 101 51
Binary 10101101 1010011 100101 0 110100 1001111 100000 10100 1000001 101001

Color Harmonies of #AD5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5325

Black with #AD5325

Text Example


Text Example

White with #AD5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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