#A4963F

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

Shades of Reef Gold #A4963F

Tints of Reef Gold #A4963F

Color information

#A4963F (or 0xA4963F) is unknown color: approx Reef Gold. HEX triplet: A4, 96 and 3F. RGB value is (164,150,63). Sum of RGB (Red+Green+Blue) = 164+150+63=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4963F is #5B69C0. Grayscale: #909090. Windows color (decimal): -5990849 or 4167332. OLE color: 4167332.

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

Color convert

RGB16415063-
CMYK00.090.620.36
HSL51.68º44.49%44.51%-
HSV(B)51.68º61.59%64.31%-
XYZ27.1130.069.08-
YUV144.2782.14142.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 63 (25% from 255) = 16.71%
R=43.50%
G=39.79%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641506300.090.620.3651.6844.4944.51
HexA4963F093E24342c2d
Octal244226770117644645455
Binary101001001001011011111101001111110100100110100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4963F; }

 p { color: rgb(164,150,63); }

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

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

 a { background-color: rgb(164,150,63); }

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

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

 span { border-color: rgb(164,150,63); }

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