#A94B1E

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

Shades of Rich Gold #A94B1E

Tints of Rich Gold #A94B1E

Color information

#A94B1E (or 0xA94B1E) is unknown color: approx Rich Gold. HEX triplet: A9, 4B and 1E. RGB value is (169,75,30). Sum of RGB (Red+Green+Blue) = 169+75+30=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94B1E is #56B4E1. Grayscale: #626262. Windows color (decimal): -5682402 or 1985449. OLE color: 1985449.

HSL color Cylindrical-coordinate representation of color #A94B1E: hue angle of 19.42º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A94B1E is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1697530-
CMYK00.560.820.34
HSL19.42º69.85%39.02%-
HSV(B)19.42º82.25%66.27%-
XYZ19.1113.562.84-
YUV97.9889.64178.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 30 (12.11% from 255) = 10.95%
R=61.68%
G=27.37%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169753000.560.820.3419.4269.8539.02
HexA94B1E0385222134627
Octal25111336070122422310647
Binary1010100110010111111001110001010010100010100111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94B1E; }

 p { color: rgb(169,75,30); }

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

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

 a { background-color: rgb(169,75,30); }

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

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

 span { border-color: rgb(169,75,30); }

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