#A3963B

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

Shades of Reef Gold #A3963B

Tints of Reef Gold #A3963B

Color information

#A3963B (or 0xA3963B) is unknown color: approx Reef Gold. HEX triplet: A3, 96 and 3B. RGB value is (163,150,59). Sum of RGB (Red+Green+Blue) = 163+150+59=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3963B is #5C69C4. Grayscale: #8F8F8F. Windows color (decimal): -6056389 or 3905187. OLE color: 3905187.

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

Color convert

RGB16315059-
CMYK00.080.640.36
HSL52.5º46.85%43.53%-
HSV(B)52.5º63.8%63.92%-
XYZ26.829.918.5-
YUV143.5180.31141.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=43.82%
G=40.32%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631505900.080.640.3652.546.8543.53
HexA3963B084024342f2c
Octal2432267301010044645754
Binary1010001110010110111011010001000000100100110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3963B; }

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

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

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

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

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

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

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

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