#A3943B

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

Shades of Reef Gold #A3943B

Tints of Reef Gold #A3943B

Color information

#A3943B (or 0xA3943B) is unknown color: approx Reef Gold. HEX triplet: A3, 94 and 3B. RGB value is (163,148,59). Sum of RGB (Red+Green+Blue) = 163+148+59=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3943B is #5C6BC4. Grayscale: #8E8E8E. Windows color (decimal): -6056901 or 3904675. OLE color: 3904675.

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

Color convert

RGB16314859-
CMYK00.090.640.36
HSL51.35º46.85%43.53%-
HSV(B)51.35º63.8%63.92%-
XYZ26.4829.288.39-
YUV142.3480.97142.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=44.05%
G=40%
B=15.95%

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
Decimal1631485900.090.640.3651.3546.8543.53
HexA3943B094024332f2c
Octal2432247301110044635754
Binary1010001110010100111011010011000000100100110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3943B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3943B; }

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

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

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

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

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

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

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

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