#A98F31

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

Shades of Reef Gold #A98F31

Tints of Reef Gold #A98F31

Color information

#A98F31 (or 0xA98F31) is unknown color: approx Reef Gold. HEX triplet: A9, 8F and 31. RGB value is (169,143,49). Sum of RGB (Red+Green+Blue) = 169+143+49=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F31 is #5670CE. Grayscale: #8C8C8C. Windows color (decimal): -5664975 or 3248041. OLE color: 3248041.

HSL color Cylindrical-coordinate representation of color #A98F31: hue angle of 47º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A98F31 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB16914349-
CMYK00.150.710.34
HSL47º55.05%42.75%-
HSV(B)47º71.01%66.27%-
XYZ26.7428.36.96-
YUV140.0676.61148.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=46.81%
G=39.61%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691434900.150.710.344755.0542.75
HexA98F310F47222f372b
Octal2512176101710742576753
Binary1010100110001111110001011111000111100010101111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F31; }

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

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

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

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

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

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

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

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