#A38538

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

Shades of Reef Gold #A38538

Tints of Reef Gold #A38538

Color information

#A38538 (or 0xA38538) is unknown color: approx Reef Gold. HEX triplet: A3, 85 and 38. RGB value is (163,133,56). Sum of RGB (Red+Green+Blue) = 163+133+56=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A38538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38538 is #5C7AC7. Grayscale: #858585. Windows color (decimal): -6060744 or 3704227. OLE color: 3704227.

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

Color convert

RGB16313356-
CMYK00.180.660.36
HSL43.18º48.86%42.94%-
HSV(B)43.18º65.64%63.92%-
XYZ24.2124.857.26-
YUV133.1984.44149.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.31%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=46.31%
G=37.78%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631335600.180.660.3643.1848.8642.94
HexA3853801242242b312b
Octal2432057002210244536153
Binary10100011100001011110000100101000010100100101011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38538; }

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

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

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

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

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

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

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

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