#A98B29

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

Shades of Reef Gold #A98B29

Tints of Reef Gold #A98B29

Color information

#A98B29 (or 0xA98B29) is unknown color: approx Reef Gold. HEX triplet: A9, 8B and 29. RGB value is (169,139,41). Sum of RGB (Red+Green+Blue) = 169+139+41=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B29 is #5674D6. Grayscale: #898989. Windows color (decimal): -5666007 or 2722729. OLE color: 2722729.

HSL color Cylindrical-coordinate representation of color #A98B29: hue angle of 45.94º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A98B29 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB16913941-
CMYK00.180.760.34
HSL45.94º60.95%41.18%-
HSV(B)45.94º75.74%66.27%-
XYZ2627.065.95-
YUV136.873.94150.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 41 (16.41% from 255) = 11.75%
R=48.42%
G=39.83%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691394100.180.760.3445.9460.9541.18
HexA98B290124C222e3d29
Octal2512135102211442567551
Binary10101001100010111010010100101001100100010101110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B29; }

 p { color: rgb(169,139,41); }

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

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

 a { background-color: rgb(169,139,41); }

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

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

 span { border-color: rgb(169,139,41); }

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