Html Css Color HEX #AC4C23 Rose Of Sharon

📋 copy color: '#AC4C23'

red 172 ◦ green 76 ◦ blue 35

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

Shades of Rose Of Sharon #AC4C23

Tints of Rose Of Sharon #AC4C23

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 60.78%
G = 26.86%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC4C23 (or 0xAC4C23) is known color: Rose Of Sharon. HEX triplet: AC, 4C and 23. RGB value is (172,76,35). Sum of RGB (Red+Green+Blue) = 172+76+35=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C23 is #53B3DC. Grayscale: #646464. Windows color (decimal): -5485533 or 2313388. OLE color: 2313388.

HSL color Cylindrical-coordinate representation of color #AC4C23: hue angle of 17.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC4C23 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 35 -
CMYK 0 0.56 0.80 0.33
HSL 17.96º 0.66% 0.41% -
HSV(B) 17.96º 0.8% 0.67% -
XYZ 19.9 14.06 3.26 -
YUV 100.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 172 76 35 0 0.56 0.80 0.33 17.96 0.66 0.41
Hex AC 4C 23 0 38 50 21 12 42 29
Octal 254 114 43 0 70 120 41 22 102 51
Binary 10101100 1001100 100011 0 111000 1010000 100001 10010 1000010 101001

Color Harmonies of #AC4C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C23

Black with #AC4C23

Text Example


Text Example

White with #AC4C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C23; }

 p { color: rgb(172,76,35); }

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

background-color css

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

 a { background-color: rgb(172,76,35); }

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

border-color css

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

 span { border-color: rgb(172,76,35); }

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