#A7943A

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

Shades of Reef Gold #A7943A

Tints of Reef Gold #A7943A

Color information

#A7943A (or 0xA7943A) is unknown color: approx Reef Gold. HEX triplet: A7, 94 and 3A. RGB value is (167,148,58). Sum of RGB (Red+Green+Blue) = 167+148+58=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7943A is #586BC5. Grayscale: #8F8F8F. Windows color (decimal): -5794758 or 3839143. OLE color: 3839143.

HSL color Cylindrical-coordinate representation of color #A7943A: hue angle of 49.54º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7943A is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16714858-
CMYK00.110.650.35
HSL49.54º48.44%44.12%-
HSV(B)49.54º65.27%65.49%-
XYZ27.2929.78.3-
YUV143.4279.79144.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=44.77%
G=39.68%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671485800.110.650.3549.5448.4444.12
HexA7943A0B412332302c
Octal2472247201310143626054
Binary1010011110010100111010010111000001100011110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7943A; }

 p { color: rgb(167,148,58); }

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

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

 a { background-color: rgb(167,148,58); }

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

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

 span { border-color: rgb(167,148,58); }

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