#AC4B1A

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

Shades of Rich Gold #AC4B1A

Tints of Rich Gold #AC4B1A

Color information

#AC4B1A (or 0xAC4B1A) is unknown color: approx Rich Gold. HEX triplet: AC, 4B and 1A. RGB value is (172,75,26). Sum of RGB (Red+Green+Blue) = 172+75+26=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4B1A is #53B4E5. Grayscale: #626262. Windows color (decimal): -5485798 or 1723308. OLE color: 1723308.

HSL color Cylindrical-coordinate representation of color #AC4B1A: hue angle of 20.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC4B1A is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1727526-
CMYK00.560.850.33
HSL20.14º73.74%38.82%-
HSV(B)20.14º84.88%67.45%-
XYZ19.7213.882.62-
YUV98.4287.14180.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.00%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=63.00%
G=27.47%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172752600.560.850.3320.1473.7438.82
HexAC4B1A0385521144a27
Octal25411332070125412411247
Binary1010110010010111101001110001010101100001101001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B1A; }

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

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

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

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

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

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

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

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