#a8932d

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

Shades of Reef Gold #A8932D

Tints of Reef Gold #A8932D

Color information

#A8932D (or 0xA8932D) is unknown color: approx Reef Gold. HEX triplet: A8, 93 and 2D. RGB value is (168,147,45). Sum of RGB (Red+Green+Blue) = 168+147+45=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8932D is #576CD2. Grayscale: #8E8E8E. Windows color (decimal): -5729491 or 2986920. OLE color: 2986920.

HSL color Cylindrical-coordinate representation of color #A8932D: hue angle of 49.76º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8932D is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16814745-
CMYK00.130.730.34
HSL49.76º57.75%41.76%-
HSV(B)49.76º73.21%65.88%-
XYZ27.0629.386.73-
YUV141.6573.46146.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 45 (17.97% from 255) = 12.5%
R=46.67%
G=40.83%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681474500.130.730.3449.7657.7541.76
HexA8932D0D4922323a2a
Octal2502235501511142627252
Binary1010100010010011101101011011001001100010110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8932d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8932d; }

 p { color: rgb(168,147,45); }

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

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

 a { background-color: rgb(168,147,45); }

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

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

 span { border-color: rgb(168,147,45); }

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