#A18339

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

Shades of Reef Gold #A18339

Tints of Reef Gold #A18339

Color information

#A18339 (or 0xA18339) is unknown color: approx Reef Gold. HEX triplet: A1, 83 and 39. RGB value is (161,131,57). Sum of RGB (Red+Green+Blue) = 161+131+57=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A18339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18339 is #5E7CC6. Grayscale: #838383. Windows color (decimal): -6192327 or 3769249. OLE color: 3769249.

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

Color convert

RGB16113157-
CMYK00.190.650.37
HSL42.69º47.71%42.75%-
HSV(B)42.69º64.6%63.14%-
XYZ23.5524.117.28-
YUV131.5385.94149.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 57 (22.66% from 255) = 16.33%
R=46.13%
G=37.54%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611315700.190.650.3742.6947.7142.75
HexA1833901341252b302b
Octal2412037102310145536053
Binary10100001100000111110010100111000001100101101011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18339; }

 p { color: rgb(161,131,57); }

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

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

 a { background-color: rgb(161,131,57); }

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

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

 span { border-color: rgb(161,131,57); }

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