Html Css Color HEX #AD4528 Rose Of Sharon

📋 copy color: '#AD4528'

red 173 ◦ green 69 ◦ blue 40

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

Shades of Rose Of Sharon #AD4528

Tints of Rose Of Sharon #AD4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 61.35%
G = 24.47%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD4528 (or 0xAD4528) is known color: Rose Of Sharon. HEX triplet: AD, 45 and 28. RGB value is (173,69,40). Sum of RGB (Red+Green+Blue) = 173+69+40=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4528 is #52BAD7. Grayscale: #616161. Windows color (decimal): -5421784 or 2639277. OLE color: 2639277.

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

Color convert

RGB 173 69 40 -
CMYK 0 0.60 0.77 0.32
HSL 13.08º 0.62% 0.42% -
HSV(B) 13.08º 0.77% 0.68% -
XYZ 19.74 13.29 3.53 -
YUV 96.79 95.96 182.36 -
System Red Green Blue C M Y K H S L
Decimal 173 69 40 0 0.60 0.77 0.32 13.08 0.62 0.42
Hex AD 45 28 0 3C 4D 20 D 3E 2A
Octal 255 105 50 0 74 115 40 15 76 52
Binary 10101101 1000101 101000 0 111100 1001101 100000 1101 111110 101010

Color Harmonies of #AD4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4528

Black with #AD4528

Text Example


Text Example

White with #AD4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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