#AC4B1F

Color #AC4B1F Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #AC4B1F

Tints of Rich Gold #AC4B1F

Color information

#AC4B1F (or 0xAC4B1F) is unknown color: approx Rich Gold. HEX triplet: AC, 4B and 1F. RGB value is (172,75,31). Sum of RGB (Red+Green+Blue) = 172+75+31=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B1F is #53B4E0. Grayscale: #636363. Windows color (decimal): -5485793 or 2050988. OLE color: 2050988.

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

Color convert

RGB1727531-
CMYK00.560.820.33
HSL18.72º69.46%39.8%-
HSV(B)18.72º81.98%67.45%-
XYZ19.7813.92.94-
YUV98.9989.64180.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.87%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=61.87%
G=26.98%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172753100.560.820.3318.7269.4639.8
HexAC4B1F0385221134528
Octal25411337070122412310550
Binary1010110010010111111101110001010010100001100111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B1F; }

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

 H1.HeaderClassName
 {
   color: #AC4B1F;
 }
 .AnyTagClassName
 {
   color: #AC4B1F;
 }
</style>
background-color css

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

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

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

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

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

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