#A1933F

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

Shades of Reef Gold #A1933F

Tints of Reef Gold #A1933F

Color information

#A1933F (or 0xA1933F) is unknown color: approx Reef Gold. HEX triplet: A1, 93 and 3F. RGB value is (161,147,63). Sum of RGB (Red+Green+Blue) = 161+147+63=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1933F is #5E6CC0. Grayscale: #8D8D8D. Windows color (decimal): -6188225 or 4166561. OLE color: 4166561.

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

Color convert

RGB16114763-
CMYK00.090.610.37
HSL51.43º43.75%43.92%-
HSV(B)51.43º60.87%63.14%-
XYZ26.0328.88.89-
YUV141.6183.64141.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 63 (25% from 255) = 16.98%
R=43.40%
G=39.62%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611476300.090.610.3751.4343.7543.92
HexA1933F093D25332c2c
Octal241223770117545635454
Binary101000011001001111111101001111101100101110011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1933F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1933F; }

 p { color: rgb(161,147,63); }

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

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

 a { background-color: rgb(161,147,63); }

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

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

 span { border-color: rgb(161,147,63); }

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