#A3942E

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

Shades of Reef Gold #A3942E

Tints of Reef Gold #A3942E

Color information

#A3942E (or 0xA3942E) is unknown color: approx Reef Gold. HEX triplet: A3, 94 and 2E. RGB value is (163,148,46). Sum of RGB (Red+Green+Blue) = 163+148+46=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3942E is #5C6BD1. Grayscale: #8D8D8D. Windows color (decimal): -6056914 or 3052707. OLE color: 3052707.

HSL color Cylindrical-coordinate representation of color #A3942E: hue angle of 52.31º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3942E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16314846-
CMYK00.090.720.36
HSL52.31º55.98%40.98%-
HSV(B)52.31º71.78%63.92%-
XYZ26.1929.166.83-
YUV140.8674.47143.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=45.66%
G=41.46%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631484600.090.720.3652.3155.9840.98
HexA3942E094824343829
Octal2432245601111044647051
Binary1010001110010100101110010011001000100100110100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3942E; }

 p { color: rgb(163,148,46); }

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

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

 a { background-color: rgb(163,148,46); }

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

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

 span { border-color: rgb(163,148,46); }

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