#A39938

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

Shades of Reef Gold #A39938

Tints of Reef Gold #A39938

Color information

#A39938 (or 0xA39938) is unknown color: approx Reef Gold. HEX triplet: A3, 99 and 38. RGB value is (163,153,56). Sum of RGB (Red+Green+Blue) = 163+153+56=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A39938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39938 is #5C66C7. Grayscale: #919191. Windows color (decimal): -6055624 or 3709347. OLE color: 3709347.

HSL color Cylindrical-coordinate representation of color #A39938: hue angle of 54.39º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A39938 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16315356-
CMYK00.060.660.36
HSL54.39º48.86%42.94%-
HSV(B)54.39º65.64%63.92%-
XYZ27.2130.858.26-
YUV144.9377.81140.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 56 (22.27% from 255) = 15.05%
R=43.82%
G=41.13%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631535600.060.660.3654.3948.8642.94
HexA3993806422436312b
Octal243231700610244666153
Binary101000111001100111100001101000010100100110110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39938; }

 p { color: rgb(163,153,56); }

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

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

 a { background-color: rgb(163,153,56); }

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

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

 span { border-color: rgb(163,153,56); }

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