Html Css Color HEX #AC4826 Rose Of Sharon

📋 copy color: '#AC4826'

red 172 ◦ green 72 ◦ blue 38

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

Shades of Rose Of Sharon #AC4826

Tints of Rose Of Sharon #AC4826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 60.99%
G = 25.53%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4826 (or 0xAC4826) is known color: Rose Of Sharon. HEX triplet: AC, 48 and 26. RGB value is (172,72,38). Sum of RGB (Red+Green+Blue) = 172+72+38=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4826 is #53B7D9. Grayscale: #626262. Windows color (decimal): -5486554 or 2508972. OLE color: 2508972.

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

Color convert

RGB 172 72 38 -
CMYK 0 0.58 0.78 0.33
HSL 15.22º 0.64% 0.41% -
HSV(B) 15.22º 0.78% 0.67% -
XYZ 19.68 13.55 3.41 -
YUV 98.02 94.13 180.76 -
System Red Green Blue C M Y K H S L
Decimal 172 72 38 0 0.58 0.78 0.33 15.22 0.64 0.41
Hex AC 48 26 0 3A 4E 21 F 40 29
Octal 254 110 46 0 72 116 41 17 100 51
Binary 10101100 1001000 100110 0 111010 1001110 100001 1111 1000000 101001

Color Harmonies of #AC4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4826

Black with #AC4826

Text Example


Text Example

White with #AC4826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4826; }

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

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

background-color css

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

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

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

border-color css

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

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

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