#A4903D

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

Shades of Reef Gold #A4903D

Tints of Reef Gold #A4903D

Color information

#A4903D (or 0xA4903D) is unknown color: approx Reef Gold. HEX triplet: A4, 90 and 3D. RGB value is (164,144,61). Sum of RGB (Red+Green+Blue) = 164+144+61=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4903D is #5B6FC2. Grayscale: #8C8C8C. Windows color (decimal): -5992387 or 4034724. OLE color: 4034724.

HSL color Cylindrical-coordinate representation of color #A4903D: hue angle of 48.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4903D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16414461-
CMYK00.120.630.36
HSL48.35º45.78%44.12%-
HSV(B)48.35º62.8%64.31%-
XYZ26.1328.188.48-
YUV140.5283.13144.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=44.44%
G=39.02%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641446100.120.630.3648.3545.7844.12
HexA4903D0C3F24302e2c
Octal244220750147744605654
Binary101001001001000011110101100111111100100110000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4903D; }

 p { color: rgb(164,144,61); }

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

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

 a { background-color: rgb(164,144,61); }

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

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

 span { border-color: rgb(164,144,61); }

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