#A98F30

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

Shades of Reef Gold #A98F30

Tints of Reef Gold #A98F30

Color information

#A98F30 (or 0xA98F30) is unknown color: approx Reef Gold. HEX triplet: A9, 8F and 30. RGB value is (169,143,48). Sum of RGB (Red+Green+Blue) = 169+143+48=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F30 is #5670CF. Grayscale: #8C8C8C. Windows color (decimal): -5664976 or 3182505. OLE color: 3182505.

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

Color convert

RGB16914348-
CMYK00.150.720.34
HSL47.11º55.76%42.55%-
HSV(B)47.11º71.6%66.27%-
XYZ26.7228.296.85-
YUV139.9476.11148.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 48 (19.14% from 255) = 13.33%
R=46.94%
G=39.72%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691434800.150.720.3447.1155.7642.55
HexA98F300F48222f382b
Octal2512176001711042577053
Binary1010100110001111110000011111001000100010101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F30; }

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

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

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

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

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

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

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

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