Html Css Color HEX #AD4526 Rose Of Sharon

📋 copy color: '#AD4526'

red 173 ◦ green 69 ◦ blue 38

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

Shades of Rose Of Sharon #AD4526

Tints of Rose Of Sharon #AD4526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 61.79%
G = 24.64%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD4526 (or 0xAD4526) is known color: Rose Of Sharon. HEX triplet: AD, 45 and 26. RGB value is (173,69,38). Sum of RGB (Red+Green+Blue) = 173+69+38=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4526 is #52BAD9. Grayscale: #606060. Windows color (decimal): -5421786 or 2508205. OLE color: 2508205.

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

Color convert

RGB 173 69 38 -
CMYK 0 0.60 0.78 0.32
HSL 13.78º 0.64% 0.41% -
HSV(B) 13.78º 0.78% 0.68% -
XYZ 19.71 13.28 3.36 -
YUV 96.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 173 69 38 0 0.60 0.78 0.32 13.78 0.64 0.41
Hex AD 45 26 0 3C 4E 20 E 40 29
Octal 255 105 46 0 74 116 40 16 100 51
Binary 10101101 1000101 100110 0 111100 1001110 100000 1110 1000000 101001

Color Harmonies of #AD4526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4526

Black with #AD4526

Text Example


Text Example

White with #AD4526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4526; }

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

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

background-color css

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

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

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

border-color css

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

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

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