Html Css Color HEX #AC4F2F Rose Of Sharon

📋 copy color: '#AC4F2F'

red 172 ◦ green 79 ◦ blue 47

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

Shades of Rose Of Sharon #AC4F2F

Tints of Rose Of Sharon #AC4F2F

RGB

 RED value IS 172 (67.58% from 255) = 57.72%

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

 BLUE value IS 47 (18.75% from 255) = 15.77%

R = 57.72%
G = 26.51%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC4F2F (or 0xAC4F2F) is known color: Rose Of Sharon. HEX triplet: AC, 4F and 2F. RGB value is (172,79,47). Sum of RGB (Red+Green+Blue) = 172+79+47=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F2F is #53B0D0. Grayscale: #676767. Windows color (decimal): -5484753 or 3100588. OLE color: 3100588.

HSL color Cylindrical-coordinate representation of color #AC4F2F: hue angle of 15.36º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC4F2F is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 79 47 -
CMYK 0 0.54 0.73 0.33
HSL 15.36º 0.57% 0.43% -
HSV(B) 15.36º 0.73% 0.67% -
XYZ 20.32 14.57 4.43 -
YUV 103.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 172 79 47 0 0.54 0.73 0.33 15.36 0.57 0.43
Hex AC 4F 2F 0 36 49 21 F 39 2B
Octal 254 117 57 0 66 111 41 17 71 53
Binary 10101100 1001111 101111 0 110110 1001001 100001 1111 111001 101011

Color Harmonies of #AC4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F2F

Black with #AC4F2F

Text Example


Text Example

White with #AC4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F2F; }

 p { color: rgb(172,79,47); }

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

background-color css

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

 a { background-color: rgb(172,79,47); }

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

border-color css

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

 span { border-color: rgb(172,79,47); }

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