Html Css Color HEX #AC4528 Rose Of Sharon

📋 copy color: '#AC4528'

red 172 ◦ green 69 ◦ blue 40

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

Shades of Rose Of Sharon #AC4528

Tints of Rose Of Sharon #AC4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

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

R = 61.21%
G = 24.56%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4528 (or 0xAC4528) is known color: Rose Of Sharon. HEX triplet: AC, 45 and 28. RGB value is (172,69,40). Sum of RGB (Red+Green+Blue) = 172+69+40=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4528 is #53BAD7. Grayscale: #606060. Windows color (decimal): -5487320 or 2639276. OLE color: 2639276.

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

Color convert

RGB 172 69 40 -
CMYK 0 0.60 0.77 0.33
HSL 13.18º 0.62% 0.42% -
HSV(B) 13.18º 0.77% 0.67% -
XYZ 19.52 13.18 3.52 -
YUV 96.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 172 69 40 0 0.60 0.77 0.33 13.18 0.62 0.42
Hex AC 45 28 0 3C 4D 21 D 3E 2A
Octal 254 105 50 0 74 115 41 15 76 52
Binary 10101100 1000101 101000 0 111100 1001101 100001 1101 111110 101010

Color Harmonies of #AC4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4528

Black with #AC4528

Text Example


Text Example

White with #AC4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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