#A98D35

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

Shades of Reef Gold #A98D35

Tints of Reef Gold #A98D35

Color information

#A98D35 (or 0xA98D35) is unknown color: approx Reef Gold. HEX triplet: A9, 8D and 35. RGB value is (169,141,53). Sum of RGB (Red+Green+Blue) = 169+141+53=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D35 is #5672CA. Grayscale: #8B8B8B. Windows color (decimal): -5665483 or 3509673. OLE color: 3509673.

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

Color convert

RGB16914153-
CMYK00.170.690.34
HSL45.52º52.25%43.53%-
HSV(B)45.52º68.64%66.27%-
XYZ26.5327.747.32-
YUV139.3479.28149.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=46.56%
G=38.84%
B=14.60%

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
Decimal1691415300.170.690.3445.5252.2543.53
HexA98D3501145222e342c
Octal2512156502110542566454
Binary10101001100011011101010100011000101100010101110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D35; }

 p { color: rgb(169,141,53); }

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

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

 a { background-color: rgb(169,141,53); }

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

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

 span { border-color: rgb(169,141,53); }

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