#A3993F

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

Shades of Reef Gold #A3993F

Tints of Reef Gold #A3993F

Color information

#A3993F (or 0xA3993F) is unknown color: approx Reef Gold. HEX triplet: A3, 99 and 3F. RGB value is (163,153,63). Sum of RGB (Red+Green+Blue) = 163+153+63=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A3993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3993F is #5C66C0. Grayscale: #929292. Windows color (decimal): -6055617 or 4168099. OLE color: 4168099.

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

Color convert

RGB16315363-
CMYK00.060.610.36
HSL54º44.25%44.31%-
HSV(B)54º61.35%63.92%-
XYZ27.3930.939.23-
YUV145.7381.31140.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 63 (25% from 255) = 16.62%
R=43.01%
G=40.37%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631536300.060.610.365444.2544.31
HexA3993F063D24362c2c
Octal24323177067544665454
Binary10100011100110011111110110111101100100110110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3993F; }

 p { color: rgb(163,153,63); }

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

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

 a { background-color: rgb(163,153,63); }

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

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

 span { border-color: rgb(163,153,63); }

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