#A7943C

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

Shades of Reef Gold #A7943C

Tints of Reef Gold #A7943C

Color information

#A7943C (or 0xA7943C) is unknown color: approx Reef Gold. HEX triplet: A7, 94 and 3C. RGB value is (167,148,60). Sum of RGB (Red+Green+Blue) = 167+148+60=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7943C is #586BC3. Grayscale: #909090. Windows color (decimal): -5794756 or 3970215. OLE color: 3970215.

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

Color convert

RGB16714860-
CMYK00.110.640.35
HSL49.35º47.14%44.51%-
HSV(B)49.35º64.07%65.49%-
XYZ27.3429.728.57-
YUV143.6580.79144.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 60 (23.83% from 255) = 16%
R=44.53%
G=39.47%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671486000.110.640.3549.3547.1444.51
HexA7943C0B4023312f2d
Octal2472247401310043615755
Binary1010011110010100111100010111000000100011110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7943C; }

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

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

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

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

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

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

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

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