Html Css Color HEX #AD4525 Rose Of Sharon

📋 copy color: '#AD4525'

red 173 ◦ green 69 ◦ blue 37

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

Shades of Rose Of Sharon #AD4525

Tints of Rose Of Sharon #AD4525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

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

R = 62.01%
G = 24.73%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD4525 (or 0xAD4525) is known color: Rose Of Sharon. HEX triplet: AD, 45 and 25. RGB value is (173,69,37). Sum of RGB (Red+Green+Blue) = 173+69+37=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4525 is #52BADA. Grayscale: #606060. Windows color (decimal): -5421787 or 2442669. OLE color: 2442669.

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

Color convert

RGB 173 69 37 -
CMYK 0 0.60 0.79 0.32
HSL 14.12º 0.65% 0.41% -
HSV(B) 14.12º 0.79% 0.68% -
XYZ 19.7 13.27 3.27 -
YUV 96.45 94.46 182.6 -
System Red Green Blue C M Y K H S L
Decimal 173 69 37 0 0.60 0.79 0.32 14.12 0.65 0.41
Hex AD 45 25 0 3C 4F 20 E 41 29
Octal 255 105 45 0 74 117 40 16 101 51
Binary 10101101 1000101 100101 0 111100 1001111 100000 1110 1000001 101001

Color Harmonies of #AD4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4525

Black with #AD4525

Text Example


Text Example

White with #AD4525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4525; }

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

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

background-color css

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

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

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

border-color css

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

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

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