Html Css Color HEX #AC442A Rose Of Sharon

📋 copy color: '#AC442A'

red 172 ◦ green 68 ◦ blue 42

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

Shades of Rose Of Sharon #AC442A

Tints of Rose Of Sharon #AC442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

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

R = 60.99%
G = 24.11%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC442A (or 0xAC442A) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 2A. RGB value is (172,68,42). Sum of RGB (Red+Green+Blue) = 172+68+42=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC442A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC442A is #53BBD5. Grayscale: #606060. Windows color (decimal): -5487574 or 2770092. OLE color: 2770092.

HSL color Cylindrical-coordinate representation of color #AC442A: hue angle of 12º 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 #AC442A is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 42 -
CMYK 0 0.60 0.76 0.33
HSL 12º 0.61% 0.42% -
HSV(B) 12º 0.76% 0.67% -
XYZ 19.5 13.07 3.69 -
YUV 96.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 172 68 42 0 0.60 0.76 0.33 12 0.61 0.42
Hex AC 44 2A 0 3C 4C 21 C 3D 2A
Octal 254 104 52 0 74 114 41 14 75 52
Binary 10101100 1000100 101010 0 111100 1001100 100001 1100 111101 101010

Color Harmonies of #AC442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC442A

Black with #AC442A

Text Example


Text Example

White with #AC442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC442A; }

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

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

background-color css

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

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

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

border-color css

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

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

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