#A39838

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

Shades of Reef Gold #A39838

Tints of Reef Gold #A39838

Color information

#A39838 (or 0xA39838) is unknown color: approx Reef Gold. HEX triplet: A3, 98 and 38. RGB value is (163,152,56). Sum of RGB (Red+Green+Blue) = 163+152+56=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A39838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39838 is #5C67C7. Grayscale: #909090. Windows color (decimal): -6055880 or 3709091. OLE color: 3709091.

HSL color Cylindrical-coordinate representation of color #A39838: hue angle of 53.83º 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 #A39838 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16315256-
CMYK00.070.660.36
HSL53.83º48.86%42.94%-
HSV(B)53.83º65.64%63.92%-
XYZ27.0530.538.21-
YUV144.3478.14141.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 56 (22.27% from 255) = 15.09%
R=43.94%
G=40.97%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631525600.070.660.3653.8348.8642.94
HexA3983807422436312b
Octal243230700710244666153
Binary101000111001100011100001111000010100100110110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39838; }

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

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

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

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

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

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

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

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