#A98D2E

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

Shades of Reef Gold #A98D2E

Tints of Reef Gold #A98D2E

Color information

#A98D2E (or 0xA98D2E) is unknown color: approx Reef Gold. HEX triplet: A9, 8D and 2E. RGB value is (169,141,46). Sum of RGB (Red+Green+Blue) = 169+141+46=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D2E is #5672D1. Grayscale: #8A8A8A. Windows color (decimal): -5665490 or 3050921. OLE color: 3050921.

HSL color Cylindrical-coordinate representation of color #A98D2E: hue angle of 46.34º degrees, saturation: 0.57, 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 #A98D2E is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16914146-
CMYK00.170.730.34
HSL46.34º57.21%42.16%-
HSV(B)46.34º72.78%66.27%-
XYZ26.3827.686.54-
YUV138.5475.78149.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=47.47%
G=39.61%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691414600.170.730.3446.3457.2142.16
HexA98D2E01149222e392a
Octal2512155602111142567152
Binary10101001100011011011100100011001001100010101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D2E; }

 p { color: rgb(169,141,46); }

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

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

 a { background-color: rgb(169,141,46); }

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

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

 span { border-color: rgb(169,141,46); }

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