#A98C27

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

Shades of Reef Gold #A98C27

Tints of Reef Gold #A98C27

Color information

#A98C27 (or 0xA98C27) is unknown color: approx Reef Gold. HEX triplet: A9, 8C and 27. RGB value is (169,140,39). Sum of RGB (Red+Green+Blue) = 169+140+39=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C27 is #5673D8. Grayscale: #898989. Windows color (decimal): -5665753 or 2591913. OLE color: 2591913.

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

Color convert

RGB16914039-
CMYK00.170.770.34
HSL46.62º62.5%40.78%-
HSV(B)46.62º76.92%66.27%-
XYZ26.1127.345.82-
YUV137.1672.61150.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=48.56%
G=40.23%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691403900.170.770.3446.6262.540.78
HexA98C270114D222f3e29
Octal2512144702111542577651
Binary10101001100011001001110100011001101100010101111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C27; }

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

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

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

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

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

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

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

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