#A18C3A

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

Shades of Reef Gold #A18C3A

Tints of Reef Gold #A18C3A

Color information

#A18C3A (or 0xA18C3A) is unknown color: approx Reef Gold. HEX triplet: A1, 8C and 3A. RGB value is (161,140,58). Sum of RGB (Red+Green+Blue) = 161+140+58=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C3A is #5E73C5. Grayscale: #898989. Windows color (decimal): -6190022 or 3837089. OLE color: 3837089.

HSL color Cylindrical-coordinate representation of color #A18C3A: hue angle of 47.77º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A18C3A is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB16114058-
CMYK00.130.640.37
HSL47.77º47.03%42.94%-
HSV(B)47.77º63.98%63.14%-
XYZ24.8426.647.84-
YUV136.9383.46145.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 58 (23.05% from 255) = 16.16%
R=44.85%
G=39.00%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611405800.130.640.3747.7747.0342.94
HexA18C3A0D4025302f2b
Octal2412147201510045605753
Binary1010000110001100111010011011000000100101110000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C3A; }

 p { color: rgb(161,140,58); }

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

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

 a { background-color: rgb(161,140,58); }

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

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

 span { border-color: rgb(161,140,58); }

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