#A2923B

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

Shades of Reef Gold #A2923B

Tints of Reef Gold #A2923B

Color information

#A2923B (or 0xA2923B) is unknown color: approx Reef Gold. HEX triplet: A2, 92 and 3B. RGB value is (162,146,59). Sum of RGB (Red+Green+Blue) = 162+146+59=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2923B is #5D6DC4. Grayscale: #8D8D8D. Windows color (decimal): -6122949 or 3904162. OLE color: 3904162.

HSL color Cylindrical-coordinate representation of color #A2923B: hue angle of 50.68º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2923B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16214659-
CMYK00.100.640.36
HSL50.68º46.61%43.33%-
HSV(B)50.68º63.58%63.53%-
XYZ25.9728.558.28-
YUV140.8781.8143.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=44.14%
G=39.78%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621465900.100.640.3650.6846.6143.33
HexA2923B0A4024332f2b
Octal2422227301210044635753
Binary1010001010010010111011010101000000100100110011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2923B; }

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

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

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

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

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

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

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

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