Html Css Color HEX #AC481E Rose Of Sharon

📋 copy color: '#AC481E'

red 172 ◦ green 72 ◦ blue 30

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

Shades of Rose Of Sharon #AC481E

Tints of Rose Of Sharon #AC481E

RGB

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

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

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

R = 62.77%
G = 26.28%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC481E (or 0xAC481E) is known color: Rose Of Sharon. HEX triplet: AC, 48 and 1E. RGB value is (172,72,30). Sum of RGB (Red+Green+Blue) = 172+72+30=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC481E is #53B7E1. Grayscale: #616161. Windows color (decimal): -5486562 or 1984684. OLE color: 1984684.

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

Color convert

RGB 172 72 30 -
CMYK 0 0.58 0.83 0.33
HSL 17.75º 0.7% 0.4% -
HSV(B) 17.75º 0.83% 0.67% -
XYZ 19.56 13.5 2.8 -
YUV 97.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 172 72 30 0 0.58 0.83 0.33 17.75 0.7 0.4
Hex AC 48 1E 0 3A 53 21 12 46 28
Octal 254 110 36 0 72 123 41 22 106 50
Binary 10101100 1001000 11110 0 111010 1010011 100001 10010 1000110 101000

Color Harmonies of #AC481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC481E

Black with #AC481E

Text Example


Text Example

White with #AC481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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