#A98F33

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

Shades of Reef Gold #A98F33

Tints of Reef Gold #A98F33

Color information

#A98F33 (or 0xA98F33) is unknown color: approx Reef Gold. HEX triplet: A9, 8F and 33. RGB value is (169,143,51). Sum of RGB (Red+Green+Blue) = 169+143+51=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F33 is #5670CC. Grayscale: #8C8C8C. Windows color (decimal): -5664973 or 3379113. OLE color: 3379113.

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

Color convert

RGB16914351-
CMYK00.150.700.34
HSL46.78º53.64%43.14%-
HSV(B)46.78º69.82%66.27%-
XYZ26.7828.327.19-
YUV140.2977.61148.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=46.56%
G=39.39%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691435100.150.700.3446.7853.6443.14
HexA98F330F46222f362b
Octal2512176301710642576653
Binary1010100110001111110011011111000110100010101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F33; }

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

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

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

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

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

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

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

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