#A98530

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

Shades of Reef Gold #A98530

Tints of Reef Gold #A98530

Color information

#A98530 (or 0xA98530) is unknown color: approx Reef Gold. HEX triplet: A9, 85 and 30. RGB value is (169,133,48). Sum of RGB (Red+Green+Blue) = 169+133+48=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A98530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98530 is #567ACF. Grayscale: #868686. Windows color (decimal): -5667536 or 3179945. OLE color: 3179945.

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

Color convert

RGB16913348-
CMYK00.210.720.34
HSL42.15º55.76%42.55%-
HSV(B)42.15º71.6%66.27%-
XYZ25.2825.426.37-
YUV134.0779.43152.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 48 (19.14% from 255) = 13.71%
R=48.29%
G=38%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691334800.210.720.3442.1555.7642.55
HexA9853001548222a382b
Octal2512056002511042527053
Binary10101001100001011100000101011001000100010101010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98530; }

 p { color: rgb(169,133,48); }

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

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

 a { background-color: rgb(169,133,48); }

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

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

 span { border-color: rgb(169,133,48); }

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