#A3903B

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

Shades of Reef Gold #A3903B

Tints of Reef Gold #A3903B

Color information

#A3903B (or 0xA3903B) is unknown color: approx Reef Gold. HEX triplet: A3, 90 and 3B. RGB value is (163,144,59). Sum of RGB (Red+Green+Blue) = 163+144+59=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3903B is #5C6FC4. Grayscale: #8C8C8C. Windows color (decimal): -6057925 or 3903651. OLE color: 3903651.

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

Color convert

RGB16314459-
CMYK00.120.640.36
HSL49.04º46.85%43.53%-
HSV(B)49.04º63.8%63.92%-
XYZ25.8728.058.19-
YUV139.9982.29144.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=44.54%
G=39.34%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631445900.120.640.3649.0446.8543.53
HexA3903B0C4024312f2c
Octal2432207301410044615754
Binary1010001110010000111011011001000000100100110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3903B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3903B; }

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

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

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

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

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

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

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

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