#A98C26

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

Shades of Reef Gold #A98C26

Tints of Reef Gold #A98C26

Color information

#A98C26 (or 0xA98C26) is unknown color: approx Reef Gold. HEX triplet: A9, 8C and 26. RGB value is (169,140,38). Sum of RGB (Red+Green+Blue) = 169+140+38=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C26 is #5673D9. Grayscale: #898989. Windows color (decimal): -5665754 or 2526377. OLE color: 2526377.

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

Color convert

RGB16914038-
CMYK00.170.780.34
HSL46.72º63.29%40.59%-
HSV(B)46.72º77.51%66.27%-
XYZ26.0927.335.73-
YUV137.0472.11150.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=48.70%
G=40.35%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691403800.170.780.3446.7263.2940.59
HexA98C260114E222f3f29
Octal2512144602111642577751
Binary10101001100011001001100100011001110100010101111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C26; }

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

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

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

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

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

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

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

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