Html Css Color HEX #AC461E Rose Of Sharon

📋 copy color: '#AC461E'

red 172 ◦ green 70 ◦ blue 30

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

Shades of Rose Of Sharon #AC461E

Tints of Rose Of Sharon #AC461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 63.24%
G = 25.74%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC461E (or 0xAC461E) is known color: Rose Of Sharon. HEX triplet: AC, 46 and 1E. RGB value is (172,70,30). Sum of RGB (Red+Green+Blue) = 172+70+30=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC461E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC461E is #53B9E1. Grayscale: #606060. Windows color (decimal): -5487074 or 1984172. OLE color: 1984172.

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

Color convert

RGB 172 70 30 -
CMYK 0 0.59 0.83 0.33
HSL 16.9º 0.7% 0.4% -
HSV(B) 16.9º 0.83% 0.67% -
XYZ 19.44 13.24 2.76 -
YUV 95.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 172 70 30 0 0.59 0.83 0.33 16.9 0.7 0.4
Hex AC 46 1E 0 3B 53 21 11 46 28
Octal 254 106 36 0 73 123 41 21 106 50
Binary 10101100 1000110 11110 0 111011 1010011 100001 10001 1000110 101000

Color Harmonies of #AC461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC461E

Black with #AC461E

Text Example


Text Example

White with #AC461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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