#A98E34

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

Shades of Reef Gold #A98E34

Tints of Reef Gold #A98E34

Color information

#A98E34 (or 0xA98E34) is unknown color: approx Reef Gold. HEX triplet: A9, 8E and 34. RGB value is (169,142,52). Sum of RGB (Red+Green+Blue) = 169+142+52=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E34 is #5671CB. Grayscale: #8C8C8C. Windows color (decimal): -5665228 or 3444393. OLE color: 3444393.

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

Color convert

RGB16914252-
CMYK00.160.690.34
HSL46.15º52.94%43.33%-
HSV(B)46.15º69.23%66.27%-
XYZ26.6628.037.25-
YUV139.8178.45148.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=46.56%
G=39.12%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691425200.160.690.3446.1552.9443.33
HexA98E3401045222e352b
Octal2512166402010542566553
Binary10101001100011101101000100001000101100010101110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E34; }

 p { color: rgb(169,142,52); }

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

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

 a { background-color: rgb(169,142,52); }

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

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

 span { border-color: rgb(169,142,52); }

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