#A98C2E

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

Shades of Reef Gold #A98C2E

Tints of Reef Gold #A98C2E

Color information

#A98C2E (or 0xA98C2E) is unknown color: approx Reef Gold. HEX triplet: A9, 8C and 2E. RGB value is (169,140,46). Sum of RGB (Red+Green+Blue) = 169+140+46=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C2E is #5673D1. Grayscale: #8A8A8A. Windows color (decimal): -5665746 or 3050665. OLE color: 3050665.

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

Color convert

RGB16914046-
CMYK00.170.730.34
HSL45.85º57.21%42.16%-
HSV(B)45.85º72.78%66.27%-
XYZ26.2327.396.49-
YUV137.9576.11150.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 140 (55.08% from 255) = 39.44%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=47.61%
G=39.44%
B=12.96%

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
Decimal1691404600.170.730.3445.8557.2142.16
HexA98C2E01149222e392a
Octal2512145602111142567152
Binary10101001100011001011100100011001001100010101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C2E; }

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

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

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

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

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

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

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

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