#A3902E

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

Shades of Reef Gold #A3902E

Tints of Reef Gold #A3902E

Color information

#A3902E (or 0xA3902E) is unknown color: approx Reef Gold. HEX triplet: A3, 90 and 2E. RGB value is (163,144,46). Sum of RGB (Red+Green+Blue) = 163+144+46=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A3902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3902E is #5C6FD1. Grayscale: #8A8A8A. Windows color (decimal): -6057938 or 3051683. OLE color: 3051683.

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

Color convert

RGB16314446-
CMYK00.120.720.36
HSL50.26º55.98%40.98%-
HSV(B)50.26º71.78%63.92%-
XYZ25.5727.936.63-
YUV138.5175.79145.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 144 (56.64% from 255) = 40.79%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=46.18%
G=40.79%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631444600.120.720.3650.2655.9840.98
HexA3902E0C4824323829
Octal2432205601411044627051
Binary1010001110010000101110011001001000100100110010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3902E; }

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

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

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

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

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

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

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

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