#A3912D

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

Shades of Reef Gold #A3912D

Tints of Reef Gold #A3912D

Color information

#A3912D (or 0xA3912D) is unknown color: approx Reef Gold. HEX triplet: A3, 91 and 2D. RGB value is (163,145,45). Sum of RGB (Red+Green+Blue) = 163+145+45=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3912D is #5C6ED2. Grayscale: #8B8B8B. Windows color (decimal): -6057683 or 2986403. OLE color: 2986403.

HSL color Cylindrical-coordinate representation of color #A3912D: hue angle of 50.85º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3912D is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16314545-
CMYK00.110.720.36
HSL50.85º56.73%40.78%-
HSV(B)50.85º72.39%63.92%-
XYZ25.728.236.58-
YUV138.9874.96145.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 145 (57.03% from 255) = 41.08%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=46.18%
G=41.08%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631454500.110.720.3650.8556.7340.78
HexA3912D0B4824333929
Octal2432215501311044637151
Binary1010001110010001101101010111001000100100110011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3912D; }

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

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

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

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

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

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

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

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