#A3953B

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

Shades of Reef Gold #A3953B

Tints of Reef Gold #A3953B

Color information

#A3953B (or 0xA3953B) is unknown color: approx Reef Gold. HEX triplet: A3, 95 and 3B. RGB value is (163,149,59). Sum of RGB (Red+Green+Blue) = 163+149+59=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3953B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3953B is #5C6AC4. Grayscale: #8F8F8F. Windows color (decimal): -6056645 or 3904931. OLE color: 3904931.

HSL color Cylindrical-coordinate representation of color #A3953B: hue angle of 51.92º 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 #A3953B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16314959-
CMYK00.090.640.36
HSL51.92º46.85%43.53%-
HSV(B)51.92º63.8%63.92%-
XYZ26.6429.68.45-
YUV142.9380.64142.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=43.94%
G=40.16%
B=15.90%

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
Decimal1631495900.090.640.3651.9246.8543.53
HexA3953B094024342f2c
Octal2432257301110044645754
Binary1010001110010101111011010011000000100100110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3953B; }

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

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

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

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

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

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

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

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