Html Css Color HEX #AC461F Rose Of Sharon

📋 copy color: '#AC461F'

red 172 ◦ green 70 ◦ blue 31

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

Shades of Rose Of Sharon #AC461F

Tints of Rose Of Sharon #AC461F

RGB

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

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

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

R = 63%
G = 25.64%
B = 11.36%

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

#AC461F (or 0xAC461F) is known color: Rose Of Sharon. HEX triplet: AC, 46 and 1F. RGB value is (172,70,31). Sum of RGB (Red+Green+Blue) = 172+70+31=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC461F is #53B9E0. Grayscale: #606060. Windows color (decimal): -5487073 or 2049708. OLE color: 2049708.

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

Color convert

RGB 172 70 31 -
CMYK 0 0.59 0.82 0.33
HSL 16.6º 0.69% 0.4% -
HSV(B) 16.6º 0.82% 0.67% -
XYZ 19.45 13.25 2.83 -
YUV 96.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 172 70 31 0 0.59 0.82 0.33 16.6 0.69 0.4
Hex AC 46 1F 0 3B 52 21 11 45 28
Octal 254 106 37 0 73 122 41 21 105 50
Binary 10101100 1000110 11111 0 111011 1010010 100001 10001 1000101 101000

Color Harmonies of #AC461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC461F

Black with #AC461F

Text Example


Text Example

White with #AC461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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