#A34B26

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

Shades of Rich Gold #A34B26

Tints of Rich Gold #A34B26

Color information

#A34B26 (or 0xA34B26) is unknown color: approx Rich Gold. HEX triplet: A3, 4B and 26. RGB value is (163,75,38). Sum of RGB (Red+Green+Blue) = 163+75+38=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B26 is #5CB4D9. Grayscale: #616161. Windows color (decimal): -6075610 or 2509731. OLE color: 2509731.

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

Color convert

RGB1637538-
CMYK00.540.770.36
HSL17.76º62.19%39.41%-
HSV(B)17.76º76.69%63.92%-
XYZ17.9712.963.39-
YUV97.0994.65175.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=59.06%
G=27.17%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163753800.540.770.3617.7662.1939.41
HexA34B260364D24123e27
Octal2431134606611544227647
Binary1010001110010111001100110110100110110010010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B26; }

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

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

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

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

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

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

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

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