#A3973A

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

Shades of Reef Gold #A3973A

Tints of Reef Gold #A3973A

Color information

#A3973A (or 0xA3973A) is unknown color: approx Reef Gold. HEX triplet: A3, 97 and 3A. RGB value is (163,151,58). Sum of RGB (Red+Green+Blue) = 163+151+58=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3973A is #5C68C5. Grayscale: #909090. Windows color (decimal): -6056134 or 3839907. OLE color: 3839907.

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

Color convert

RGB16315158-
CMYK00.070.640.36
HSL53.14º47.51%43.33%-
HSV(B)53.14º64.42%63.92%-
XYZ26.9330.238.42-
YUV143.9979.48141.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=43.82%
G=40.59%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631515800.070.640.3653.1447.5143.33
HexA3973A07402435302b
Octal243227720710044656053
Binary101000111001011111101001111000000100100110101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3973A; }

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

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

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

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

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

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

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

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