#A1903D

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

Shades of Reef Gold #A1903D

Tints of Reef Gold #A1903D

Color information

#A1903D (or 0xA1903D) is unknown color: approx Reef Gold. HEX triplet: A1, 90 and 3D. RGB value is (161,144,61). Sum of RGB (Red+Green+Blue) = 161+144+61=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1903D is #5E6FC2. Grayscale: #8B8B8B. Windows color (decimal): -6188995 or 4034721. OLE color: 4034721.

HSL color Cylindrical-coordinate representation of color #A1903D: hue angle of 49.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1903D is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16114461-
CMYK00.110.620.37
HSL49.8º45.05%43.53%-
HSV(B)49.8º62.11%63.14%-
XYZ25.5127.868.45-
YUV139.6283.63143.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=43.99%
G=39.34%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611446100.110.620.3749.845.0543.53
HexA1903D0B3E25322d2c
Octal241220750137645625554
Binary101000011001000011110101011111110100101110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1903D; }

 p { color: rgb(161,144,61); }

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

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

 a { background-color: rgb(161,144,61); }

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

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

 span { border-color: rgb(161,144,61); }

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