#A8943B

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

Shades of Reef Gold #A8943B

Tints of Reef Gold #A8943B

Color information

#A8943B (or 0xA8943B) is unknown color: approx Reef Gold. HEX triplet: A8, 94 and 3B. RGB value is (168,148,59). Sum of RGB (Red+Green+Blue) = 168+148+59=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8943B is #576BC4. Grayscale: #909090. Windows color (decimal): -5729221 or 3904680. OLE color: 3904680.

HSL color Cylindrical-coordinate representation of color #A8943B: hue angle of 48.99º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8943B is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB16814859-
CMYK00.120.650.34
HSL48.99º48.02%44.51%-
HSV(B)48.99º64.88%65.88%-
XYZ27.5329.828.44-
YUV143.8380.13145.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 148 (58.20% from 255) = 39.47%
BLUE value IS 59 (23.44% from 255) = 15.73%
R=44.8%
G=39.47%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681485900.120.650.3448.9948.0244.51
HexA8943B0C412231302d
Octal2502247301410142616055
Binary1010100010010100111011011001000001100010110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8943B; }

 p { color: rgb(168,148,59); }

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

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

 a { background-color: rgb(168,148,59); }

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

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

 span { border-color: rgb(168,148,59); }

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