Html Css Color HEX #AC471F Rose Of Sharon

📋 copy color: '#AC471F'

red 172 ◦ green 71 ◦ blue 31

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

Shades of Rose Of Sharon #AC471F

Tints of Rose Of Sharon #AC471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

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

R = 62.77%
G = 25.91%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC471F (or 0xAC471F) is known color: Rose Of Sharon. HEX triplet: AC, 47 and 1F. RGB value is (172,71,31). Sum of RGB (Red+Green+Blue) = 172+71+31=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC471F is #53B8E0. Grayscale: #606060. Windows color (decimal): -5486817 or 2049964. OLE color: 2049964.

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

Color convert

RGB 172 71 31 -
CMYK 0 0.59 0.82 0.33
HSL 17.02º 0.69% 0.4% -
HSV(B) 17.02º 0.82% 0.67% -
XYZ 19.51 13.38 2.85 -
YUV 96.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 172 71 31 0 0.59 0.82 0.33 17.02 0.69 0.4
Hex AC 47 1F 0 3B 52 21 11 45 28
Octal 254 107 37 0 73 122 41 21 105 50
Binary 10101100 1000111 11111 0 111011 1010010 100001 10001 1000101 101000

Color Harmonies of #AC471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC471F

Black with #AC471F

Text Example


Text Example

White with #AC471F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC471F; }

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

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

background-color css

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

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

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

border-color css

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

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

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