Html Css Color HEX #AC472A Rose Of Sharon

📋 copy color: '#AC472A'

red 172 ◦ green 71 ◦ blue 42

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

Shades of Rose Of Sharon #AC472A

Tints of Rose Of Sharon #AC472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 60.35%
G = 24.91%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC472A (or 0xAC472A) is known color: Rose Of Sharon. HEX triplet: AC, 47 and 2A. RGB value is (172,71,42). Sum of RGB (Red+Green+Blue) = 172+71+42=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC472A is #53B8D5. Grayscale: #626262. Windows color (decimal): -5486806 or 2770860. OLE color: 2770860.

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

Color convert

RGB 172 71 42 -
CMYK 0 0.59 0.76 0.33
HSL 13.38º 0.61% 0.42% -
HSV(B) 13.38º 0.76% 0.67% -
XYZ 19.68 13.44 3.75 -
YUV 97.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 172 71 42 0 0.59 0.76 0.33 13.38 0.61 0.42
Hex AC 47 2A 0 3B 4C 21 D 3D 2A
Octal 254 107 52 0 73 114 41 15 75 52
Binary 10101100 1000111 101010 0 111011 1001100 100001 1101 111101 101010

Color Harmonies of #AC472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC472A

Black with #AC472A

Text Example


Text Example

White with #AC472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC472A; }

 p { color: rgb(172,71,42); }

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

background-color css

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

 a { background-color: rgb(172,71,42); }

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

border-color css

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

 span { border-color: rgb(172,71,42); }

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