#A3913B

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

Shades of Reef Gold #A3913B

Tints of Reef Gold #A3913B

Color information

#A3913B (or 0xA3913B) is unknown color: approx Reef Gold. HEX triplet: A3, 91 and 3B. RGB value is (163,145,59). Sum of RGB (Red+Green+Blue) = 163+145+59=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3913B is #5C6EC4. Grayscale: #8C8C8C. Windows color (decimal): -6057669 or 3903907. OLE color: 3903907.

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

Color convert

RGB16314559-
CMYK00.110.640.36
HSL49.62º46.85%43.53%-
HSV(B)49.62º63.8%63.92%-
XYZ26.0228.358.24-
YUV140.5881.96143.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=44.41%
G=39.51%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631455900.110.640.3649.6246.8543.53
HexA3913B0B4024322f2c
Octal2432217301310044625754
Binary1010001110010001111011010111000000100100110010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3913B; }

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

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

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

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

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

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

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

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