#A3973F

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

Shades of Reef Gold #A3973F

Tints of Reef Gold #A3973F

Color information

#A3973F (or 0xA3973F) is unknown color: approx Reef Gold. HEX triplet: A3, 97 and 3F. RGB value is (163,151,63). Sum of RGB (Red+Green+Blue) = 163+151+63=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3973F is #5C68C0. Grayscale: #909090. Windows color (decimal): -6056129 or 4167587. OLE color: 4167587.

HSL color Cylindrical-coordinate representation of color #A3973F: hue angle of 52.8º 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 #A3973F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16315163-
CMYK00.070.610.36
HSL52.8º44.25%44.31%-
HSV(B)52.8º61.35%63.92%-
XYZ27.0730.289.12-
YUV144.5681.98141.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 63 (25% from 255) = 16.71%
R=43.24%
G=40.05%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631516300.070.610.3652.844.2544.31
HexA3973F073D24352c2c
Octal24322777077544655454
Binary10100011100101111111110111111101100100110101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3973F; }

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

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

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

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

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

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

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

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