#A2923E

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

Shades of Reef Gold #A2923E

Tints of Reef Gold #A2923E

Color information

#A2923E (or 0xA2923E) is unknown color: approx Reef Gold. HEX triplet: A2, 92 and 3E. RGB value is (162,146,62). Sum of RGB (Red+Green+Blue) = 162+146+62=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2923E is #5D6DC1. Grayscale: #8D8D8D. Windows color (decimal): -6122946 or 4100770. OLE color: 4100770.

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

Color convert

RGB16214662-
CMYK00.100.620.36
HSL50.4º44.64%43.92%-
HSV(B)50.4º61.73%63.53%-
XYZ26.0528.598.7-
YUV141.2183.3142.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=43.78%
G=39.46%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621466200.100.620.3650.444.6443.92
HexA2923E0A3E24322d2c
Octal242222760127644625554
Binary101000101001001011111001010111110100100110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2923E; }

 p { color: rgb(162,146,62); }

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

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

 a { background-color: rgb(162,146,62); }

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

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

 span { border-color: rgb(162,146,62); }

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