Html Css Color HEX #AC4626 Rose Of Sharon

📋 copy color: '#AC4626'

red 172 ◦ green 70 ◦ blue 38

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

Shades of Rose Of Sharon #AC4626

Tints of Rose Of Sharon #AC4626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 61.43%
G = 25%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4626 (or 0xAC4626) is known color: Rose Of Sharon. HEX triplet: AC, 46 and 26. RGB value is (172,70,38). Sum of RGB (Red+Green+Blue) = 172+70+38=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4626 is #53B9D9. Grayscale: #616161. Windows color (decimal): -5487066 or 2508460. OLE color: 2508460.

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

Color convert

RGB 172 70 38 -
CMYK 0 0.59 0.78 0.33
HSL 14.33º 0.64% 0.41% -
HSV(B) 14.33º 0.78% 0.67% -
XYZ 19.55 13.29 3.37 -
YUV 96.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 172 70 38 0 0.59 0.78 0.33 14.33 0.64 0.41
Hex AC 46 26 0 3B 4E 21 E 40 29
Octal 254 106 46 0 73 116 41 16 100 51
Binary 10101100 1000110 100110 0 111011 1001110 100001 1110 1000000 101001

Color Harmonies of #AC4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4626

Black with #AC4626

Text Example


Text Example

White with #AC4626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4626; }

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

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

background-color css

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

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

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

border-color css

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

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

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