Html Css Color HEX #AD4A2B Rose Of Sharon

📋 copy color: '#AD4A2B'

red 173 ◦ green 74 ◦ blue 43

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

Shades of Rose Of Sharon #AD4A2B

Tints of Rose Of Sharon #AD4A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 59.66%
G = 25.52%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD4A2B (or 0xAD4A2B) is known color: Rose Of Sharon. HEX triplet: AD, 4A and 2B. RGB value is (173,74,43). Sum of RGB (Red+Green+Blue) = 173+74+43=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A2B is #52B5D4. Grayscale: #646464. Windows color (decimal): -5420501 or 2837165. OLE color: 2837165.

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

Color convert

RGB 173 74 43 -
CMYK 0 0.57 0.75 0.32
HSL 14.31º 0.6% 0.42% -
HSV(B) 14.31º 0.75% 0.68% -
XYZ 20.12 13.96 3.92 -
YUV 100.07 95.8 180.02 -
System Red Green Blue C M Y K H S L
Decimal 173 74 43 0 0.57 0.75 0.32 14.31 0.6 0.42
Hex AD 4A 2B 0 39 4B 20 E 3C 2A
Octal 255 112 53 0 71 113 40 16 74 52
Binary 10101101 1001010 101011 0 111001 1001011 100000 1110 111100 101010

Color Harmonies of #AD4A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4A2B

Black with #AD4A2B

Text Example


Text Example

White with #AD4A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4A2B; }

 p { color: rgb(173,74,43); }

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

background-color css

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

 a { background-color: rgb(173,74,43); }

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

border-color css

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

 span { border-color: rgb(173,74,43); }

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