Html Css Color HEX #AC441F Rose Of Sharon

📋 copy color: '#AC441F'

red 172 ◦ green 68 ◦ blue 31

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

Shades of Rose Of Sharon #AC441F

Tints of Rose Of Sharon #AC441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 63.47%
G = 25.09%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC441F (or 0xAC441F) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 1F. RGB value is (172,68,31). Sum of RGB (Red+Green+Blue) = 172+68+31=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC441F is #53BBE0. Grayscale: #5F5F5F. Windows color (decimal): -5487585 or 2049196. OLE color: 2049196.

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

Color convert

RGB 172 68 31 -
CMYK 0 0.60 0.82 0.33
HSL 15.74º 0.69% 0.4% -
HSV(B) 15.74º 0.82% 0.67% -
XYZ 19.33 13 2.79 -
YUV 94.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 172 68 31 0 0.60 0.82 0.33 15.74 0.69 0.4
Hex AC 44 1F 0 3C 52 21 10 45 28
Octal 254 104 37 0 74 122 41 20 105 50
Binary 10101100 1000100 11111 0 111100 1010010 100001 10000 1000101 101000

Color Harmonies of #AC441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC441F

Black with #AC441F

Text Example


Text Example

White with #AC441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC441F; }

 p { color: rgb(172,68,31); }

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

background-color css

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

 a { background-color: rgb(172,68,31); }

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

border-color css

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

 span { border-color: rgb(172,68,31); }

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