#A94E1B

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

Shades of Rich Gold #A94E1B

Tints of Rich Gold #A94E1B

Color information

#A94E1B (or 0xA94E1B) is unknown color: approx Rich Gold. HEX triplet: A9, 4E and 1B. RGB value is (169,78,27). Sum of RGB (Red+Green+Blue) = 169+78+27=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A94E1B is #56B1E4. Grayscale: #636363. Windows color (decimal): -5681637 or 1789609. OLE color: 1789609.

HSL color Cylindrical-coordinate representation of color #A94E1B: hue angle of 21.55º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A94E1B is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1697827-
CMYK00.540.840.34
HSL21.55º72.45%38.43%-
HSV(B)21.55º84.02%66.27%-
XYZ19.2813.962.72-
YUV99.487.15177.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 27 (10.94% from 255) = 9.85%
R=61.68%
G=28.47%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169782700.540.840.3421.5572.4538.43
HexA94E1B0365422164826
Octal25111633066124422611046
Binary1010100110011101101101101101010100100010101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E1B; }

 p { color: rgb(169,78,27); }

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

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

 a { background-color: rgb(169,78,27); }

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

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

 span { border-color: rgb(169,78,27); }

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