#A7993A

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

Shades of Reef Gold #A7993A

Tints of Reef Gold #A7993A

Color information

#A7993A (or 0xA7993A) is unknown color: approx Reef Gold. HEX triplet: A7, 99 and 3A. RGB value is (167,153,58). Sum of RGB (Red+Green+Blue) = 167+153+58=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7993A is #5866C5. Grayscale: #929292. Windows color (decimal): -5793478 or 3840423. OLE color: 3840423.

HSL color Cylindrical-coordinate representation of color #A7993A: hue angle of 52.29º 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 #A7993A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB16715358-
CMYK00.080.650.35
HSL52.29º48.44%44.12%-
HSV(B)52.29º65.27%65.49%-
XYZ28.0931.38.56-
YUV146.3678.14142.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=44.18%
G=40.48%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671535800.080.650.3552.2948.4444.12
HexA7993A08412334302c
Octal2472317201010143646054
Binary1010011110011001111010010001000001100011110100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7993A; }

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

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

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

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

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

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

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

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