#A4953B

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

Shades of Reef Gold #A4953B

Tints of Reef Gold #A4953B

Color information

#A4953B (or 0xA4953B) is unknown color: approx Reef Gold. HEX triplet: A4, 95 and 3B. RGB value is (164,149,59). Sum of RGB (Red+Green+Blue) = 164+149+59=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4953B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4953B is #5B6AC4. Grayscale: #8F8F8F. Windows color (decimal): -5991109 or 3904932. OLE color: 3904932.

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

Color convert

RGB16414959-
CMYK00.090.640.36
HSL51.43º47.09%43.73%-
HSV(B)51.43º64.02%64.31%-
XYZ26.8529.78.46-
YUV143.2280.47142.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=44.09%
G=40.05%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641495900.090.640.3651.4347.0943.73
HexA4953B094024332f2c
Octal2442257301110044635754
Binary1010010010010101111011010011000000100100110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4953B; }

 p { color: rgb(164,149,59); }

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

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

 a { background-color: rgb(164,149,59); }

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

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

 span { border-color: rgb(164,149,59); }

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