#A98B35

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

Shades of Reef Gold #A98B35

Tints of Reef Gold #A98B35

Color information

#A98B35 (or 0xA98B35) is unknown color: approx Reef Gold. HEX triplet: A9, 8B and 35. RGB value is (169,139,53). Sum of RGB (Red+Green+Blue) = 169+139+53=361 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.81% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B35 is #5674CA. Grayscale: #8A8A8A. Windows color (decimal): -5665995 or 3509161. OLE color: 3509161.

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

Color convert

RGB16913953-
CMYK00.180.690.34
HSL44.48º52.25%43.53%-
HSV(B)44.48º68.64%66.27%-
XYZ26.2427.167.23-
YUV138.1779.94149.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.81%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=46.81%
G=38.50%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691395300.180.690.3444.4852.2543.53
HexA98B3501245222c342c
Octal2512136502210542546454
Binary10101001100010111101010100101000101100010101100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B35; }

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

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

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

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

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

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

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

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