#A34B16

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

Shades of Rich Gold #A34B16

Tints of Rich Gold #A34B16

Color information

#A34B16 (or 0xA34B16) is unknown color: approx Rich Gold. HEX triplet: A3, 4B and 16. RGB value is (163,75,22). Sum of RGB (Red+Green+Blue) = 163+75+22=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34B16 is #5CB4E9. Grayscale: #5F5F5F. Windows color (decimal): -6075626 or 1461155. OLE color: 1461155.

HSL color Cylindrical-coordinate representation of color #A34B16: hue angle of 22.55º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A34B16 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1637522-
CMYK00.540.870.36
HSL22.55º76.22%36.27%-
HSV(B)22.55º86.5%63.92%-
XYZ17.7712.882.31-
YUV95.2786.65176.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.69%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=62.69%
G=28.85%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163752200.540.870.3622.5576.2236.27
HexA34B160365724174c24
Octal24311326066127442711444
Binary1010001110010111011001101101010111100100101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B16; }

 p { color: rgb(163,75,22); }

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

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

 a { background-color: rgb(163,75,22); }

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

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

 span { border-color: rgb(163,75,22); }

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