Html Css Color HEX #AC4526 Rose Of Sharon

📋 copy color: '#AC4526'

red 172 ◦ green 69 ◦ blue 38

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

Shades of Rose Of Sharon #AC4526

Tints of Rose Of Sharon #AC4526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.62%

R = 61.65%
G = 24.73%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4526 (or 0xAC4526) is known color: Rose Of Sharon. HEX triplet: AC, 45 and 26. RGB value is (172,69,38). Sum of RGB (Red+Green+Blue) = 172+69+38=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4526 is #53BAD9. Grayscale: #606060. Windows color (decimal): -5487322 or 2508204. OLE color: 2508204.

HSL color Cylindrical-coordinate representation of color #AC4526: hue angle of 13.88º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC4526 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 38 -
CMYK 0 0.60 0.78 0.33
HSL 13.88º 0.64% 0.41% -
HSV(B) 13.88º 0.78% 0.67% -
XYZ 19.49 13.17 3.35 -
YUV 96.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 172 69 38 0 0.60 0.78 0.33 13.88 0.64 0.41
Hex AC 45 26 0 3C 4E 21 E 40 29
Octal 254 105 46 0 74 116 41 16 100 51
Binary 10101100 1000101 100110 0 111100 1001110 100001 1110 1000000 101001

Color Harmonies of #AC4526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4526

Black with #AC4526

Text Example


Text Example

White with #AC4526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4526; }

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

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

background-color css

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

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

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

border-color css

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

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

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