#A98E26

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

Shades of Reef Gold #A98E26

Tints of Reef Gold #A98E26

Color information

#A98E26 (or 0xA98E26) is unknown color: approx Reef Gold. HEX triplet: A9, 8E and 26. RGB value is (169,142,38). Sum of RGB (Red+Green+Blue) = 169+142+38=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E26 is #5671D9. Grayscale: #8A8A8A. Windows color (decimal): -5665242 or 2526889. OLE color: 2526889.

HSL color Cylindrical-coordinate representation of color #A98E26: hue angle of 47.63º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A98E26 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB16914238-
CMYK00.160.780.34
HSL47.63º63.29%40.59%-
HSV(B)47.63º77.51%66.27%-
XYZ26.3927.925.83-
YUV138.2271.45149.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=48.42%
G=40.69%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691423800.160.780.3447.6363.2940.59
HexA98E260104E22303f29
Octal2512164602011642607751
Binary10101001100011101001100100001001110100010110000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E26; }

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

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

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

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

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

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

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

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