#A98C34

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

Shades of Reef Gold #A98C34

Tints of Reef Gold #A98C34

Color information

#A98C34 (or 0xA98C34) is unknown color: approx Reef Gold. HEX triplet: A9, 8C and 34. RGB value is (169,140,52). Sum of RGB (Red+Green+Blue) = 169+140+52=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C34 is #5673CB. Grayscale: #8B8B8B. Windows color (decimal): -5665740 or 3443881. OLE color: 3443881.

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

Color convert

RGB16914052-
CMYK00.170.690.34
HSL45.13º52.94%43.33%-
HSV(B)45.13º69.23%66.27%-
XYZ26.3627.447.16-
YUV138.6479.11149.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=46.81%
G=38.78%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691405200.170.690.3445.1352.9443.33
HexA98C3401145222d352b
Octal2512146402110542556553
Binary10101001100011001101000100011000101100010101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C34; }

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

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

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

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

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

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

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

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