Html Css Color HEX #AD4F2A Rose Of Sharon

📋 copy color: '#AD4F2A'

red 173 ◦ green 79 ◦ blue 42

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

Shades of Rose Of Sharon #AD4F2A

Tints of Rose Of Sharon #AD4F2A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 58.84%
G = 26.87%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD4F2A (or 0xAD4F2A) is known color: Rose Of Sharon. HEX triplet: AD, 4F and 2A. RGB value is (173,79,42). Sum of RGB (Red+Green+Blue) = 173+79+42=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F2A is #52B0D5. Grayscale: #676767. Windows color (decimal): -5419222 or 2772909. OLE color: 2772909.

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

Color convert

RGB 173 79 42 -
CMYK 0 0.54 0.76 0.32
HSL 16.95º 0.61% 0.42% -
HSV(B) 16.95º 0.76% 0.68% -
XYZ 20.45 14.64 3.94 -
YUV 102.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 173 79 42 0 0.54 0.76 0.32 16.95 0.61 0.42
Hex AD 4F 2A 0 36 4C 20 11 3D 2A
Octal 255 117 52 0 66 114 40 21 75 52
Binary 10101101 1001111 101010 0 110110 1001100 100000 10001 111101 101010

Color Harmonies of #AD4F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4F2A

Black with #AD4F2A

Text Example


Text Example

White with #AD4F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4F2A; }

 p { color: rgb(173,79,42); }

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

background-color css

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

 a { background-color: rgb(173,79,42); }

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

border-color css

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

 span { border-color: rgb(173,79,42); }

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