Html Css Color HEX #AC4728 Rose Of Sharon

📋 copy color: '#AC4728'

red 172 ◦ green 71 ◦ blue 40

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

Shades of Rose Of Sharon #AC4728

Tints of Rose Of Sharon #AC4728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 60.78%
G = 25.09%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4728 (or 0xAC4728) is known color: Rose Of Sharon. HEX triplet: AC, 47 and 28. RGB value is (172,71,40). Sum of RGB (Red+Green+Blue) = 172+71+40=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4728 is #53B8D7. Grayscale: #616161. Windows color (decimal): -5486808 or 2639788. OLE color: 2639788.

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

Color convert

RGB 172 71 40 -
CMYK 0 0.59 0.77 0.33
HSL 14.09º 0.62% 0.42% -
HSV(B) 14.09º 0.77% 0.67% -
XYZ 19.65 13.43 3.56 -
YUV 97.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 172 71 40 0 0.59 0.77 0.33 14.09 0.62 0.42
Hex AC 47 28 0 3B 4D 21 E 3E 2A
Octal 254 107 50 0 73 115 41 16 76 52
Binary 10101100 1000111 101000 0 111011 1001101 100001 1110 111110 101010

Color Harmonies of #AC4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4728

Black with #AC4728

Text Example


Text Example

White with #AC4728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4728; }

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

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

background-color css

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

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

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

border-color css

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

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

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