Html Css Color HEX #AC532A Rose Of Sharon

📋 copy color: '#AC532A'

red 172 ◦ green 83 ◦ blue 42

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

Shades of Rose Of Sharon #AC532A

Tints of Rose Of Sharon #AC532A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 57.91%
G = 27.95%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC532A (or 0xAC532A) is known color: Rose Of Sharon. HEX triplet: AC, 53 and 2A. RGB value is (172,83,42). Sum of RGB (Red+Green+Blue) = 172+83+42=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC532A is #53ACD5. Grayscale: #696969. Windows color (decimal): -5483734 or 2773932. OLE color: 2773932.

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

Color convert

RGB 172 83 42 -
CMYK 0 0.52 0.76 0.33
HSL 18.92º 0.61% 0.42% -
HSV(B) 18.92º 0.76% 0.67% -
XYZ 20.52 15.12 4.03 -
YUV 104.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 172 83 42 0 0.52 0.76 0.33 18.92 0.61 0.42
Hex AC 53 2A 0 34 4C 21 13 3D 2A
Octal 254 123 52 0 64 114 41 23 75 52
Binary 10101100 1010011 101010 0 110100 1001100 100001 10011 111101 101010

Color Harmonies of #AC532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC532A

Black with #AC532A

Text Example


Text Example

White with #AC532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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