#A98E2E

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

Shades of Reef Gold #A98E2E

Tints of Reef Gold #A98E2E

Color information

#A98E2E (or 0xA98E2E) is unknown color: approx Reef Gold. HEX triplet: A9, 8E and 2E. RGB value is (169,142,46). Sum of RGB (Red+Green+Blue) = 169+142+46=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E2E is #5671D1. Grayscale: #8B8B8B. Windows color (decimal): -5665234 or 3051177. OLE color: 3051177.

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

Color convert

RGB16914246-
CMYK00.160.730.34
HSL46.83º57.21%42.16%-
HSV(B)46.83º72.78%66.27%-
XYZ26.5327.986.59-
YUV139.1375.45149.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=47.34%
G=39.78%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691424600.160.730.3446.8357.2142.16
HexA98E2E01049222f392a
Octal2512165602011142577152
Binary10101001100011101011100100001001001100010101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E2E; }

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

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

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

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

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

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

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

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