#A2943D

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

Shades of Reef Gold #A2943D

Tints of Reef Gold #A2943D

Color information

#A2943D (or 0xA2943D) is unknown color: approx Reef Gold. HEX triplet: A2, 94 and 3D. RGB value is (162,148,61). Sum of RGB (Red+Green+Blue) = 162+148+61=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2943D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2943D is #5D6BC2. Grayscale: #8E8E8E. Windows color (decimal): -6122435 or 4035746. OLE color: 4035746.

HSL color Cylindrical-coordinate representation of color #A2943D: hue angle of 51.68º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2943D is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16214861-
CMYK00.090.620.36
HSL51.68º45.29%43.73%-
HSV(B)51.68º62.35%63.53%-
XYZ26.3329.28.66-
YUV142.2782.14142.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=43.67%
G=39.89%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621486100.090.620.3651.6845.2943.73
HexA2943D093E24342d2c
Octal242224750117644645554
Binary101000101001010011110101001111110100100110100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2943D; }

 p { color: rgb(162,148,61); }

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

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

 a { background-color: rgb(162,148,61); }

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

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

 span { border-color: rgb(162,148,61); }

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