#A98F2E

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

Shades of Reef Gold #A98F2E

Tints of Reef Gold #A98F2E

Color information

#A98F2E (or 0xA98F2E) is unknown color: approx Reef Gold. HEX triplet: A9, 8F and 2E. RGB value is (169,143,46). Sum of RGB (Red+Green+Blue) = 169+143+46=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F2E is #5670D1. Grayscale: #8C8C8C. Windows color (decimal): -5664978 or 3051433. OLE color: 3051433.

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

Color convert

RGB16914346-
CMYK00.150.730.34
HSL47.32º57.21%42.16%-
HSV(B)47.32º72.78%66.27%-
XYZ26.6828.286.64-
YUV139.7275.11148.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 143 (56.25% from 255) = 39.94%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=47.21%
G=39.94%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691434600.150.730.3447.3257.2142.16
HexA98F2E0F49222f392a
Octal2512175601711142577152
Binary1010100110001111101110011111001001100010101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F2E; }

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

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

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

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

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

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

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

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