#A3983F

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

Shades of Reef Gold #A3983F

Tints of Reef Gold #A3983F

Color information

#A3983F (or 0xA3983F) is unknown color: approx Reef Gold. HEX triplet: A3, 98 and 3F. RGB value is (163,152,63). Sum of RGB (Red+Green+Blue) = 163+152+63=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A3983F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3983F is #5C67C0. Grayscale: #919191. Windows color (decimal): -6055873 or 4167843. OLE color: 4167843.

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

Color convert

RGB16315263-
CMYK00.070.610.36
HSL53.4º44.25%44.31%-
HSV(B)53.4º61.35%63.92%-
XYZ27.2330.69.17-
YUV145.1481.64140.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 63 (25% from 255) = 16.67%
R=43.12%
G=40.21%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631526300.070.610.3653.444.2544.31
HexA3983F073D24352c2c
Octal24323077077544655454
Binary10100011100110001111110111111101100100110101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3983F; }

 p { color: rgb(163,152,63); }

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

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

 a { background-color: rgb(163,152,63); }

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

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

 span { border-color: rgb(163,152,63); }

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