#A3922E

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

Shades of Reef Gold #A3922E

Tints of Reef Gold #A3922E

Color information

#A3922E (or 0xA3922E) is unknown color: approx Reef Gold. HEX triplet: A3, 92 and 2E. RGB value is (163,146,46). Sum of RGB (Red+Green+Blue) = 163+146+46=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3922E is #5C6DD1. Grayscale: #8C8C8C. Windows color (decimal): -6057426 or 3052195. OLE color: 3052195.

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

Color convert

RGB16314646-
CMYK00.100.720.36
HSL51.28º55.98%40.98%-
HSV(B)51.28º71.78%63.92%-
XYZ25.8828.546.73-
YUV139.6875.13144.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=45.92%
G=41.13%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631464600.100.720.3651.2855.9840.98
HexA3922E0A4824333829
Octal2432225601211044637051
Binary1010001110010010101110010101001000100100110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3922E; }

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

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

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

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

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

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

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

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